Compare commits

..

2 commits

View file

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