Skip to content
Snippets Groups Projects
Commit ab0e5b41 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Fix wrong port for sentinel in docker-compose

parent ff7eaaeb
Branches
Tags
1 merge request!4Version 3.2.2
Pipeline #3145 passed
......@@ -19,7 +19,7 @@ services:
- ACCESS_TOKEN_COOKIE_KEY=${ACCESS_TOKEN_COOKIE_KEY}
- IMAGE_HOST=https://minio.alpha.grandlyon.com/email-template-assets
- REDIS_SENTINEL_HOST=redis-sentinel-1
- REDIS_SENTINEL_PORT=${REDIS_SENTINEL_PORT}
- REDIS_SENTINEL_PORT=26379
- REDIS_GROUP_NAME=mymaster
restart: unless-stopped
depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment