add username + tsl env vars
This commit is contained in:
parent
a0f471bf3a
commit
c9ff0b9940
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ services:
|
|||
- REPLY_TO_EMAIL=${REPLY_TO_EMAIL}
|
||||
- REDIS_HOST=${REDIS_HOST}
|
||||
- REDIS_PORT=${REDIS_PORT}
|
||||
- 'REDIS_USERNAME=${REDIS_USERNAME}'
|
||||
- 'REDIS_PASSWORD=${REDIS_PASSWORD}'
|
||||
- REDIS_TLS_DISABLED=true
|
||||
|
||||
healthcheck:
|
||||
test: "timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue