CI/CD fix
This commit is contained in:
@@ -5,10 +5,17 @@ services:
|
||||
context: .
|
||||
depends_on:
|
||||
- db
|
||||
networks:
|
||||
default:
|
||||
|
||||
db:
|
||||
image: postgres:latest
|
||||
environment:
|
||||
POSTGRES_USER: servermonitorbot
|
||||
POSTGRES_PASSWORD: servermonitorbot
|
||||
POSTGRES_DB: servermonitorbot
|
||||
POSTGRES_DB: servermonitorbot
|
||||
networks:
|
||||
default:
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user