@@ -192,6 +192,7 @@ services:
192192 - VERSION=${IMAGE_VERSION}
193193 - OTEL_EXPORTER_OTLP_ENDPOINT
194194 - OTEL_RESOURCE_ATTRIBUTES=${OTEL_RESOURCE_ATTRIBUTES},service.name=currency # The C++ SDK does not support OTEL_SERVICE_NAME
195+ - IPV6_ENABLED
195196 depends_on :
196197 otel-collector :
197198 condition : service_started
@@ -352,6 +353,7 @@ services:
352353 - OTEL_RESOURCE_ATTRIBUTES
353354 - OTEL_SERVICE_NAME=frontend-proxy
354355 - ENVOY_PORT
356+ - ENVOY_ADDR
355357 - FLAGD_HOST
356358 - FLAGD_PORT
357359 - FLAGD_UI_HOST
@@ -458,6 +460,7 @@ services:
458460 - OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
459461 - OTEL_RESOURCE_ATTRIBUTES
460462 - OTEL_SERVICE_NAME=payment
463+ - IPV6_ENABLED
461464 depends_on :
462465 otel-collector :
463466 condition : service_started
@@ -523,6 +526,7 @@ services:
523526 - OTEL_RESOURCE_ATTRIBUTES
524527 - OTEL_SERVICE_NAME=quote
525528 - OTEL_PHP_INTERNAL_METRICS_ENABLED=true
529+ - IPV6_ENABLED
526530 depends_on :
527531 otel-collector :
528532 condition : service_started
@@ -587,6 +591,7 @@ services:
587591 - OTEL_RESOURCE_ATTRIBUTES
588592 - OTEL_SERVICE_NAME=shipping
589593 - OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
594+ - IPV6_ENABLED
590595 healthcheck :
591596 test : ["CMD-SHELL", "timeout 1 bash -c '>/dev/tcp/localhost/${SHIPPING_PORT}'"]
592597 start_period : 10s
0 commit comments