From 59b1b7aa8ec8128cd4cebf0f95e238972f9058db Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Fri, 22 Sep 2023 10:48:41 +1000 Subject: [PATCH] Removed duplicate environment keys from Docker Compose file. Docker may have got more strict in this area - started throwing these errors: line 57: mapping key CONNECT_REST_ADVERTISED_HOST_NAME already defined at line 55 line 157: mapping key XPACK_SECURITY_ENABLED already defined at line 146 --- microservices-orders/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/microservices-orders/docker-compose.yml b/microservices-orders/docker-compose.yml index 676ffe365..9d7b74df8 100644 --- a/microservices-orders/docker-compose.yml +++ b/microservices-orders/docker-compose.yml @@ -54,7 +54,6 @@ services: CONNECT_BOOTSTRAP_SERVERS: $BOOTSTRAP_SERVERS CONNECT_REST_ADVERTISED_HOST_NAME: connect CONNECT_GROUP_ID: "examples-microservices-orders" - CONNECT_REST_ADVERTISED_HOST_NAME: connect CONNECT_SECURITY_PROTOCOL: SASL_SSL CONNECT_SASL_JAAS_CONFIG: $SASL_JAAS_CONFIG @@ -154,7 +153,6 @@ services: XPACK_GRAPH_ENABLED: "false" XPACK_MONITORING_ENABLED: "false" XPACK_REPORTING_ENABLED: "false" - XPACK_SECURITY_ENABLED: "false" command: - bash - -c