moved files around

This commit is contained in:
2026-04-23 07:35:38 +00:00
parent 561abe8fd1
commit 3e3e167856

View File

@@ -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: