From 3e3e1678569dbc47e8bed4916660d7fc3f6a9837 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 23 Apr 2026 07:35:38 +0000 Subject: [PATCH] moved files around --- compose.yml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/compose.yml b/compose.yml index ad15683..cc0d3d2 100644 --- a/compose.yml +++ b/compose.yml @@ -24,30 +24,21 @@ services: environment: TZ: 'America/Chicago' - charon: - image: wikid82/charon:latest - container_name: charon + caddy: + image: ghcr.io/caddybuilds/caddy-cloudflare:latest restart: unless-stopped + cap_add: + - NET_ADMIN ports: - "80:80" - "443:443" - "443:443/udp" - - "8080:8080" - networks: - - authelia - - reverse-proxy volumes: - - ./charon-data:/app/data - - /var/run/docker.sock:/var/run/docker.sock:ro + - ./Caddyfile:/etc/caddy/Caddyfile + - ./caddy/data:/data + - ./caddy/config:/config environment: - - TZ=America/Chicago - - CHARON_ENCRYPTION_KEY=rmDCKolKZ0YFhiCy7BhDiZkzTZn0nszK5lkHmzbYGzs= - healthcheck: - test: ["CMD-SHELL", "curl -fsS http://localhost:8080/api/v1/health || exit 1"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 40s + - CLOUDFLARE_API_TOKEN=your_cloudflare_api_token networks: authelia: