Read db password from env

This commit is contained in:
2025-01-14 20:22:59 -05:00
parent 4a3ce70751
commit c83b7535c1
3 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ services:
volumes:
- ./config:/srv/abt/config
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PASSWORD: ${POSTGRES_PASSWORD}
restart: "no"
ports:
- 8080:8080