This commit is contained in:
2026-03-22 08:01:26 +08:00
commit 865b924dc3
15 changed files with 267 additions and 0 deletions

19
caddy/compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
caddy:
image: caddy:2.11
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./conf:/etc/caddy
- ./site:/srv
- ./data:/data
- ./config:/config
networks:
- eryfel-net
networks:
eryfel-net:
external: true