merge cloudflared into caddy. add komodo

This commit is contained in:
2025-08-21 22:05:06 -03:00
parent de2f8252b9
commit 36502260e6
9 changed files with 269 additions and 73 deletions

View File

@@ -22,6 +22,19 @@ services:
networks:
- caddy-net
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
user: "0:0"
volumes:
- ./config:/root/.cloudflared
#command: tunnel login
#command: tunnel create tunnel_ccalifice
command: tunnel --no-autoupdate run
restart: always
networks:
- caddy-net
networks:
caddy-net:
driver: bridge