fix(city-service): Use daarion-postgres instead of dagi-postgres

This commit is contained in:
Apple
2025-12-02 02:07:29 -08:00
parent 8c2f864795
commit 74ce1fcd4e

View File

@@ -16,7 +16,7 @@ services:
environment:
- LOG_LEVEL=INFO
- ENVIRONMENT=production
- DATABASE_URL=postgresql://postgres:postgres@dagi-postgres:5432/daarion
- DATABASE_URL=postgresql://postgres:postgres@daarion-postgres:5432/daarion
- MATRIX_GATEWAY_URL=http://gateway:9300
- NATS_URL=nats://dagi-nats:4222
# MinIO configuration (from .env)