config: sync docker configs 2026-06-08T03:59:55Z

This commit is contained in:
Kenpat7177 2026-06-07 22:59:55 -05:00
parent 9b4d283e23
commit 38af27c7cb
199 changed files with 10640 additions and 92 deletions

View file

@ -0,0 +1,15 @@
services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=eyJhIjoiZDBiYjc2NzMzMzNmY2Q3OTQ2MjI5NTZmMTY2MmY3ODUiLCJ0IjoiNWU2MGVhOGUtYTU0My00OWI2LWJhYjUtMzI1ZjM5NDQxZTAwIiwicyI6IkJyR3NreXdTSEFjQllobk9IcWFBZWJhT2djRUU0cjVSMXcwKzVGeTkrUHc9In0=
networks:
- default
- kitestacks
networks:
kitestacks:
external: true