Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
middlewares
legacy-auth
Commits
4e61ac8b
Commit
4e61ac8b
authored
Jul 12, 2019
by
FORESTIER Fabien
Browse files
Add missing varaibles in docker-compose file
parent
adab0f09
Pipeline
#3147
passed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
4e61ac8b
...
...
@@ -18,9 +18,9 @@ services:
-
API_KEY=${API_KEY}
-
ACCESS_TOKEN_COOKIE_KEY=${ACCESS_TOKEN_COOKIE_KEY}
-
IMAGE_HOST=https://minio.alpha.grandlyon.com/email-template-assets
-
REDIS_SENTINEL_HOST=
${REDIS_SENTINEL_HOST}
-
REDIS_SENTINEL_PORT=
${REDIS_SENTINEL_PORT}
-
REDIS_GROUP_NAME=
${REDIS_GROUP_NAME}
-
REDIS_SENTINEL_HOST=
redis-sentinel-1
-
REDIS_SENTINEL_PORT=
26379
-
REDIS_GROUP_NAME=
mymaster
restart
:
unless-stopped
depends_on
:
-
redis-sentinel-1
...
...
@@ -38,7 +38,7 @@ services:
image
:
'
bitnami/redis-sentinel:latest'
environment
:
-
REDIS_MASTER_HOST=redis-master
-
REDIS_MASTER_SET=
${REDIS_GROUP_NAME}
-
REDIS_MASTER_SET=
mymaster
ports
:
-
'
26379:26379'
volumes
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment