From 05b49baae9ee9fb03bd4c64309eb3562fc4e9f23 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Thu, 12 Mar 2026 16:11:30 +0100 Subject: [PATCH] correct docker compose --- docker-compose.prod.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index df5998e..910456e 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -15,12 +15,6 @@ services: - ADMIN_PASSWORD - COOKIE_SECRET - NODE_ENV=production - healthcheck: - test: ["CMD", "sh", "-c", "[ -f /app/dist/index.html ] && wget -qO- http://localhost:3000/api/health || exit 1"] - interval: 10s - timeout: 5s - retries: 60 - start_period: 120s restart: unless-stopped labels: - traefik.enable=true @@ -36,9 +30,6 @@ services: volumes: - static:/usr/share/nginx/html:ro - ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro - depends_on: - fastify: - condition: service_healthy restart: unless-stopped labels: - traefik.enable=true