merge cloudflared into caddy. add komodo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user