Skip to content

Commit 450ce93

Browse files
authored
Merge pull request #8 from prinzpiuz/infra_setup
fix: deploy
2 parents d78e6b2 + a79abc8 commit 450ce93

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

public/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ services:
33
image: caddybuilds/caddy-cloudflare:alpine
44
container_name: caddy_homelab
55
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
126
network_mode: host
137
environment:
148
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}

0 commit comments

Comments
 (0)