This commit is contained in:
Andreas Knuth 2025-07-27 16:54:47 -05:00
parent 1525cda50f
commit 3a585ea604
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ services:
- DB_NAME=${POSTGRES_DB} - DB_NAME=${POSTGRES_DB}
- DB_USER=${POSTGRES_USER} - DB_USER=${POSTGRES_USER}
- DB_PASSWORD=${POSTGRES_PASSWORD} - DB_PASSWORD=${POSTGRES_PASSWORD}
restart: unless-stopped stdin_open: true
tty: true
command: sh
depends_on: depends_on:
- postgres - postgres
networks: networks: