fix(city-service): Use daarion-postgres instead of dagi-postgres
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=INFO
|
- LOG_LEVEL=INFO
|
||||||
- ENVIRONMENT=production
|
- 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
|
- MATRIX_GATEWAY_URL=http://gateway:9300
|
||||||
- NATS_URL=nats://dagi-nats:4222
|
- NATS_URL=nats://dagi-nats:4222
|
||||||
# MinIO configuration (from .env)
|
# MinIO configuration (from .env)
|
||||||
|
|||||||
Reference in New Issue
Block a user