Removed healthcheck. It's already included in the image

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-20 21:20:38 +01:00
parent 1b7f0affa9
commit c70cc32a9d

View File

@ -16,11 +16,6 @@ services:
- data:/baserow/data
ports:
- "{{http_port}}:80"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80/"]
interval: 1m
timeout: 10s
retries: 3
{% include 'templates/docker/container/networks.yml.j2' %}
{% include 'templates/docker/container/depends-on-database-redis.yml.j2' %}