Compare commits

...

2 commits

View file

@ -27,7 +27,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile.db dockerfile: Dockerfile.db
restart: always restart: unless-stopped
environment: environment:
POSTGRES_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service POSTGRES_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service
volumes: volumes: