This commit is contained in:
Aevann1 2021-10-14 15:45:16 +02:00
parent 23a4a125f4
commit 8670590fc1
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ services:
volumes:
- "./:/service"
environment:
- DATABASE_URL=postgresql://postgres@postgres:5432/postgres
- DATABASE_URL=postgresql://postgres@127.0.0.1:5432/postgres
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
- REDIS_URL=redis://redis
- DOMAIN=localhost