This commit is contained in:
2025-07-27 15:59:45 -05:00
parent 4efb69a356
commit 80acd37da7

View File

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