corrected postgres uri

This commit is contained in:
Brian Bjarke Jensen
2025-11-10 15:55:26 +01:00
parent 8fe3694e7a
commit 0853ff0ff4
+1 -1
View File
@@ -17,7 +17,7 @@ services:
# Use Redis for token storage
- REDIS_URI=redis://redis:6379/0
# Use PostgreSQL for database
- DATABASE_URL=postgresql://baby_monitor:securepassword@postgres:5432/b
- DATABASE_URL=postgresql://baby_monitor:securepassword@postgres:5432/baby_monitor_db
command: ["--host", "0.0.0.0", "--port", "8000"]
restart: unless-stopped
depends_on: