Remove unused environment variables from docker-compose
Removed SHUFFLE_ORBORUS_EXECUTION_CONCURRENCY environment variable and commented out DOCKER_HOST.
This commit is contained in:
@@ -42,8 +42,6 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- SHUFFLE_APP_SDK_TIMEOUT=300
|
||||
- SHUFFLE_ORBORUS_EXECUTION_CONCURRENCY=7 # The amount of concurrent executions Orborus can handle.
|
||||
#- DOCKER_HOST=tcp://docker-socket-proxy:2375
|
||||
- ENVIRONMENT_NAME=Shuffle
|
||||
- ORG_ID=Shuffle
|
||||
- BASE_URL=http://${OUTER_HOSTNAME}:5001
|
||||
|
||||
Reference in New Issue
Block a user