This commit is contained in:
2025-05-26 17:11:52 +02:00
parent f546430daa
commit 9e0e17a8cd
2 changed files with 9 additions and 4 deletions

View File

@@ -15,10 +15,8 @@ services:
db:
image: postgres:13
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=1253
- POSTGRES_DB=docupulse
env_file:
- stack.env
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: