feat: add setup

This commit is contained in:
h
2026-05-21 23:54:13 +02:00
commit 99af700ff2
15 changed files with 2754 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
caddy:
image: ghcr.io/caddybuilds/caddy-cloudflare:latest
restart: unless-stopped
ports:
- "0.0.0.0:80:80"
- "0.0.0.0:443:443"
- "0.0.0.0:443:443/udp"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data
env_file:
- .env
volumes:
caddy_data: