We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d78e6b2 + a79abc8 commit 450ce93Copy full SHA for 450ce93
public/docker-compose.yml
@@ -3,12 +3,6 @@ services:
3
image: caddybuilds/caddy-cloudflare:alpine
4
container_name: caddy_homelab
5
pull_policy: always
6
- healthcheck:
7
- test: ["curl", "-i", "https://${DOMAIN}:${PORT}/health"]
8
- interval: 1m30s
9
- timeout: 30s
10
- retries: 5
11
- start_period: 30s
12
network_mode: host
13
environment:
14
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}
0 commit comments