[FIX] Planning Poker - Force Health Check to use IPV4 instead of IPV6 due to gunicorn bind declared as IPV4.

This commit is contained in:
Frédéric Cilia 2024-04-10 09:26:51 +02:00
parent f2a88ea4db
commit 3fc4ab0a87

View File

@ -11,7 +11,7 @@ services:
networks:
- tipi_main_network
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
timeout: 5s
retries: 5