🐛 Bug fixes
This commit is contained in:
@@ -101,6 +101,7 @@ services:
|
||||
- "${DRIVE_PORT}"
|
||||
- "5001"
|
||||
volumes:
|
||||
- "./Uploads:/app/uploads"
|
||||
- "./settings/drive.json:/app/appsettings.json"
|
||||
networks:
|
||||
- "aspire"
|
||||
@@ -117,6 +118,8 @@ services:
|
||||
ConnectionStrings__queue: "nats://nats:${QUEUE_PASSWORD}@queue:4222"
|
||||
services__pass__http__0: "http://pass:${PASS_PORT}"
|
||||
services__pass__grpc__0: "https://pass:5001"
|
||||
services__drive__http__0: "http://drive:${DRIVE_PORT}"
|
||||
services__drive__grpc__0: "https://drive:5001"
|
||||
services__ring__http__0: "http://ring:${RING_PORT}"
|
||||
services__ring__grpc__0: "https://ring:5001"
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT: "http://aspire-dashboard:18889"
|
||||
@@ -150,6 +153,8 @@ services:
|
||||
expose:
|
||||
- "${DEVELOP_PORT}"
|
||||
- "5001"
|
||||
volumes:
|
||||
- "./settings/develop.json:/app/appsettings.json"
|
||||
networks:
|
||||
- "aspire"
|
||||
gateway:
|
||||
|
Reference in New Issue
Block a user