Update caddy-cloudflare-ddns-crowdsec

This commit is contained in:
2025-07-24 22:21:22 +05:30
parent 8e95af7df6
commit da95195a34

View File

@@ -13,8 +13,7 @@ services:
- ${APPDATA_PATH}/caddy/crowdsec-config:/etc/crowdsec/ - ${APPDATA_PATH}/caddy/crowdsec-config:/etc/crowdsec/
- ${APPDATA_PATH}/caddy/caddy-logs:/var/log/caddy:ro - ${APPDATA_PATH}/caddy/caddy-logs:/var/log/caddy:ro
networks: networks:
proxy: - frontend
ipv4_address: 172.30.0.3
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget --spider --quiet --tries=1 --timeout=5 http://localhost:8080/health > /dev/null 2>&1 || exit 1"] test: ["CMD-SHELL", "wget --spider --quiet --tries=1 --timeout=5 http://localhost:8080/health > /dev/null 2>&1 || exit 1"]
interval: 30s interval: 30s
@@ -45,14 +44,8 @@ services:
- ${HTTPS_PORT}:443 - ${HTTPS_PORT}:443
- ${HTTPS_PORT}:443/udp - ${HTTPS_PORT}:443/udp
networks: networks:
proxy: - frontend
ipv4_address: 172.30.0.2
networks: networks:
proxy: frontend:
name: proxy external: true
driver: bridge
ipam:
config:
- subnet: 172.30.0.0/16
gateway: 172.30.0.1