Update file docker-compose.yml.j2
This commit is contained in:
parent
da995962d8
commit
acbb390861
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user