Skip to content

Commit

Permalink
Adding container environment variable DOCKER_SECRET_REDIS_PASS for
Browse files Browse the repository at this point in the history
setting the applicable Docker Secret name to request-service and
scheduler-service services in main stack.
  • Loading branch information
robertbartel committed Feb 11, 2020
1 parent 4a50d4f commit 30c48a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/main/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- LISTEN_PORT=${DOCKER_SCHEDULER_CONTAINER_PORT:-3013}
- SERVICE_PACKAGE_NAME=${PYTHON_PACKAGE_NAME_SCHEDULER_SERVICE:?}
- SERVICE_SSL_DIR=${DOCKER_SCHEDULER_CONTAINER_SERVICE_SSL_DIR:-/ssl/scheduler}
- DOCKER_SECRET_REDIS_PASS=myredis_pass
myredis:
image: redis
ports:
Expand Down Expand Up @@ -66,6 +67,7 @@ services:
- REDIS_HOST=${DOCKER_REDIS_SERVICE_ALIAS:-redis}
#- REDIS_PORT=
#- REDIS_USER=
- DOCKER_SECRET_REDIS_PASS=myredis_pass
- LISTEN_PORT=${DOCKER_REQUESTS_CONTAINER_PORT:-3012}
- SERVICE_PACKAGE_NAME=${PYTHON_PACKAGE_NAME_REQUEST_SERVICE:?}
- SERVICE_SSL_DIR=${DOCKER_REQUESTS_CONTAINER_SERVICE_SSL_DIR:-/ssl}
Expand Down

0 comments on commit 30c48a3

Please sign in to comment.