Einrueckung falsch

This commit is contained in:
2026-01-23 15:32:18 -06:00
parent 74d0b5e7f2
commit 53dcfb686e

View File

@@ -50,7 +50,7 @@ services:
ports:
- "3050:3000"
environment:
NODE_ENV: production
NODE_ENV: production
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?schema=public
DIRECT_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?schema=public
REDIS_URL: redis://redis:6379