From 78cea66d39f25ddd5f6ae1a7d9e2d08e2f45322a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 5 Jun 2025 12:28:29 -0400 Subject: [PATCH] fixing deploy step --- stack.production.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 9eae5f2..96a5bad 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -108,12 +108,12 @@ services: traefik.http.middlewares.authelia-basic.forwardauth.address: http://authelia_authelia:9091/api/verify?auth=basic traefik.http.middlewares.authelia-basic.forwardauth.trustForwardHeader: "true" traefik.http.middlewares.authelia-basic.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:9091/api/health"] - start_period: 15s - interval: 30s - timeout: 10s - retries: 3 + # healthcheck: + # test: ["CMD", "nc", "-z", "localhost", "9091"] + # start_period: 30s + # interval: 30s + # timeout: 10s + # retries: 3 logging: driver: json-file options: @@ -141,12 +141,12 @@ services: labels: us.nixc.autodeploy: "true" traefik.enable: "false" - healthcheck: - test: ["CMD", "redis-cli", "ping"] - start_period: 10s - interval: 30s - timeout: 5s - retries: 3 + # healthcheck: + # test: ["CMD", "redis-cli", "ping"] + # start_period: 10s + # interval: 30s + # timeout: 5s + # retries: 3 logging: driver: json-file options: