[FIX] Planning Poker - Force Health Check to use IPV4 instead of IPV6 due to gunicorn bind declared as IPV4.
This commit is contained in:
parent
f2a88ea4db
commit
3fc4ab0a87
|
@ -11,7 +11,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget --no-verbose --tries=1 --spider http://localhost:8000
|
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8000
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user