From 433d7f7d16c7784baa23f7633afe5815514c71c3 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 25 Apr 2026 01:41:18 +0000 Subject: [PATCH] added depends on to reduce errors at startup --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 712241b..fe02c4a 100644 --- a/compose.yml +++ b/compose.yml @@ -7,8 +7,8 @@ services: networks: - reverse-proxy restart: 'unless-stopped' - healthcheck: - disable: true + depends_on: + - redis environment: TZ: 'America/Chicago' @@ -30,6 +30,8 @@ services: restart: unless-stopped cap_add: - NET_ADMIN + depends_on: + - authelia ports: - "80:80" - "443:443" @@ -40,8 +42,6 @@ services: - $PWD/Caddyfile:/etc/caddy/Caddyfile - $PWD/caddy/data:/data - $PWD/caddy/config:/config -# environment: -# - CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN} networks: reverse-proxy: