This commit is contained in:
2025-07-27 16:52:30 -05:00
parent 80acd37da7
commit 1525cda50f

View File

@@ -7,7 +7,7 @@ services:
ports:
- "3000:3000"
environment:
- NODE_ENV=production
- NODE_ENV=development
- DB_HOST=postgres
- DB_PORT=5432
- DB_NAME=${POSTGRES_DB}