commit
a9750c31cb
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ services:
|
||||||
- MONGO_URI=mongodb://mongo:27017/heyform
|
- MONGO_URI=mongodb://mongo:27017/heyform
|
||||||
- REDIS_HOST=keydb
|
- REDIS_HOST=keydb
|
||||||
- REDIS_PORT=6379
|
- REDIS_PORT=6379
|
||||||
|
- REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000 || exit 1"]
|
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000 || exit 1"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue