Skip to content

Commit

Permalink
Removed duplicate environment keys from Docker Compose file.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javabrett committed Nov 12, 2023
1 parent 6035b39 commit 59b1b7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions microservices-orders/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -154,7 +153,6 @@ services:
XPACK_GRAPH_ENABLED: "false"
XPACK_MONITORING_ENABLED: "false"
XPACK_REPORTING_ENABLED: "false"
XPACK_SECURITY_ENABLED: "false"
command:
- bash
- -c
Expand Down

0 comments on commit 59b1b7a

Please sign in to comment.