fix: memcache does not consider env

This commit is contained in:
yashsinghcodes
2025-10-31 21:39:47 +05:30
parent 5d3a9afb3f
commit 70937213a1
+7 -5
View File
@@ -31,6 +31,9 @@ services:
#- DOCKER_HOST=tcp://docker-socket-proxy:2375
- SHUFFLE_APP_HOTLOAD_FOLDER=/shuffle-apps
- SHUFFLE_FILE_LOCATION=/shuffle-files
- HTTP_PROXY=http://192.168.29.215:5000
- HTTPS_PROXY=http://192.168.29.215:5000
- NO_PROXY=192.168.29.215:3001, shuffler.io, 192.168.29.215:9200
restart: unless-stopped
orborus:
image: ghcr.io/shuffle/shuffle-orborus:latest
@@ -122,11 +125,10 @@ services:
# - MEMCACHED_MAX_CONNECTIONS=2500
# ports:
# - 11211:11211
# deploy:
# resources:
# limits:
# memory: 2048M
# networks:
# - shuffle
# - swarm_executions
#docker-socket-proxy:
# image: tecnativa/docker-socket-proxy
# container_name: docker-socket-proxy