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: services:
flibusta: flibusta:
image: "{{ flibusta_image }}" image: "{{ flibusta_image }}"
@ -21,9 +22,10 @@ services:
{%- endif %} {%- endif %}
healthcheck: healthcheck:
test: test:
- CMD - "CMD"
- curl - "curl"
- -f - "-f"
- "http://localhost:8080/health"
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3