fix: docker-compose.yml unique env error
This commit is contained in:
+4
-4
@@ -50,7 +50,7 @@ services:
|
|||||||
- HTTPS_PROXY=${HTTPS_PROXY}
|
- HTTPS_PROXY=${HTTPS_PROXY}
|
||||||
- SHUFFLE_PASS_WORKER_PROXY=${SHUFFLE_PASS_WORKER_PROXY}
|
- SHUFFLE_PASS_WORKER_PROXY=${SHUFFLE_PASS_WORKER_PROXY}
|
||||||
- SHUFFLE_PASS_APP_PROXY=${SHUFFLE_PASS_APP_PROXY}
|
- SHUFFLE_PASS_APP_PROXY=${SHUFFLE_PASS_APP_PROXY}
|
||||||
- SHUFFLE_APP_REPLICAS=${SHUFFLE_APP_REPLICAS}
|
# - SHUFFLE_APP_REPLICAS=${SHUFFLE_APP_REPLICAS}
|
||||||
- SHUFFLE_STATS_DISABLED=true
|
- SHUFFLE_STATS_DISABLED=true
|
||||||
- SHUFFLE_LOGS_DISABLED=true
|
- SHUFFLE_LOGS_DISABLED=true
|
||||||
- SHUFFLE_SWARM_CONFIG=run
|
- SHUFFLE_SWARM_CONFIG=run
|
||||||
@@ -81,7 +81,7 @@ services:
|
|||||||
soft: -1
|
soft: -1
|
||||||
hard: -1
|
hard: -1
|
||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
volumes:
|
volumes:
|
||||||
- shuffle-database:/usr/share/opensearch/data:z
|
- shuffle-database:/usr/share/opensearch/data:z
|
||||||
@@ -128,7 +128,7 @@ services:
|
|||||||
|
|
||||||
#docker-socket-proxy:
|
#docker-socket-proxy:
|
||||||
# image: tecnativa/docker-socket-proxy
|
# image: tecnativa/docker-socket-proxy
|
||||||
# container_name: docker-socket-proxy
|
# container_name: docker-socket-proxy
|
||||||
# hostname: docker-socket-proxy
|
# hostname: docker-socket-proxy
|
||||||
# privileged: true
|
# privileged: true
|
||||||
# environment:
|
# environment:
|
||||||
@@ -168,4 +168,4 @@ networks:
|
|||||||
driver: bridge
|
driver: bridge
|
||||||
# driver_opts:
|
# driver_opts:
|
||||||
# com.docker.network.driver.mtu: 1460
|
# com.docker.network.driver.mtu: 1460
|
||||||
# uncomment to set MTU for swarm mode. MTU should be whatever is your host's preferred MTU is: https://shuffler.io/docs/troubleshooting#TLS_timeout_error/Timeout_Errors/EOF_Errors
|
# uncomment to set MTU for swarm mode. MTU should be whatever is your host's preferred MTU is: https://shuffler.io/docs/troubleshooting#TLS_timeout_error/Timeout_Errors/EOF_Errors
|
||||||
|
|||||||
Reference in New Issue
Block a user