✨ Proper gRPC protocol
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY: "in_memory"
|
||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||
HTTP_PORTS: "${RING_PORT}"
|
||||
HTTPS_PORTS: "5001"
|
||||
ConnectionStrings__queue: "nats://nats:${QUEUE_PASSWORD}@queue:4222"
|
||||
services__pass__http__0: "http://pass:${PASS_PORT}"
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT: "http://docker-compose-dashboard:18889"
|
||||
@@ -47,6 +48,7 @@ services:
|
||||
OTEL_SERVICE_NAME: "ring"
|
||||
expose:
|
||||
- "${RING_PORT}"
|
||||
- "5001"
|
||||
networks:
|
||||
- "aspire"
|
||||
pass:
|
||||
@@ -57,6 +59,7 @@ services:
|
||||
OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY: "in_memory"
|
||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||
HTTP_PORTS: "${PASS_PORT}"
|
||||
HTTPS_PORTS: "5001"
|
||||
ConnectionStrings__cache: "cache:6379,password=${CACHE_PASSWORD}"
|
||||
ConnectionStrings__queue: "nats://nats:${QUEUE_PASSWORD}@queue:4222"
|
||||
services__ring__http__0: "http://ring:${RING_PORT}"
|
||||
@@ -65,6 +68,7 @@ services:
|
||||
OTEL_SERVICE_NAME: "pass"
|
||||
expose:
|
||||
- "${PASS_PORT}"
|
||||
- "5001"
|
||||
networks:
|
||||
- "aspire"
|
||||
drive:
|
||||
@@ -75,6 +79,7 @@ services:
|
||||
OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY: "in_memory"
|
||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||
HTTP_PORTS: "${DRIVE_PORT}"
|
||||
HTTPS_PORTS: "5001"
|
||||
ConnectionStrings__cache: "cache:6379,password=${CACHE_PASSWORD}"
|
||||
ConnectionStrings__queue: "nats://nats:${QUEUE_PASSWORD}@queue:4222"
|
||||
services__pass__http__0: "http://pass:${PASS_PORT}"
|
||||
@@ -84,6 +89,7 @@ services:
|
||||
OTEL_SERVICE_NAME: "drive"
|
||||
expose:
|
||||
- "${DRIVE_PORT}"
|
||||
- "5001"
|
||||
networks:
|
||||
- "aspire"
|
||||
sphere:
|
||||
@@ -94,6 +100,7 @@ services:
|
||||
OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY: "in_memory"
|
||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||
HTTP_PORTS: "${SPHERE_PORT}"
|
||||
HTTPS_PORTS: "5001"
|
||||
ConnectionStrings__cache: "cache:6379,password=${CACHE_PASSWORD}"
|
||||
ConnectionStrings__queue: "nats://nats:${QUEUE_PASSWORD}@queue:4222"
|
||||
services__pass__http__0: "http://pass:${PASS_PORT}"
|
||||
@@ -103,6 +110,7 @@ services:
|
||||
OTEL_SERVICE_NAME: "sphere"
|
||||
expose:
|
||||
- "${SPHERE_PORT}"
|
||||
- "5001"
|
||||
networks:
|
||||
- "aspire"
|
||||
develop:
|
||||
@@ -113,6 +121,7 @@ services:
|
||||
OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY: "in_memory"
|
||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||
HTTP_PORTS: "${DEVELOP_PORT}"
|
||||
HTTPS_PORTS: "5001"
|
||||
ConnectionStrings__cache: "cache:6379,password=${CACHE_PASSWORD}"
|
||||
services__pass__http__0: "http://pass:${PASS_PORT}"
|
||||
services__ring__http__0: "http://ring:${RING_PORT}"
|
||||
@@ -121,6 +130,7 @@ services:
|
||||
OTEL_SERVICE_NAME: "develop"
|
||||
expose:
|
||||
- "${DEVELOP_PORT}"
|
||||
- "5001"
|
||||
networks:
|
||||
- "aspire"
|
||||
gateway:
|
||||
|
Reference in New Issue
Block a user