Update file docker-compose.yml.j2

This commit is contained in:
Administrator 2025-12-05 12:55:10 +05:00
parent da995962d8
commit acbb390861

View File

@ -1,3 +1,4 @@
version: '3.8'
services:
flibusta:
image: "{{ flibusta_image }}"
@ -21,9 +22,10 @@ services:
{%- endif %}
healthcheck:
test:
- CMD
- curl
- -f
- "CMD"
- "curl"
- "-f"
- "http://localhost:8080/health"
interval: 30s
timeout: 10s
retries: 3