docker-compose.yml -> docker-compose.yaml

This commit is contained in:
2025-12-29 21:08:01 +00:00
parent 2d2dcff693
commit 392a1b0f44
15 changed files with 0 additions and 0 deletions

30
caddy/docker-compose.yaml Normal file
View File

@@ -0,0 +1,30 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
caddy:
image: caddy:2-alpine
container_name: caddy
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks:
- caddy
ports:
- "443:443"
- "80:80"
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./Caddyfile.private:/etc/caddy/Caddyfile.private
- ./ssl:/etc/ssl/custom/
- ./data/data:/data
- ./data/config:/config
- ./data/log:/var/log/caddy
- ../volume:/volume
- ../private_volume:/private_volume
env_file:
- ./.env