mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Attempt to tidy up Caddy and Metrics
This commit is contained in:
1
deployment/docker/example_cloudflare_tunnel/.env.example
Normal file
1
deployment/docker/example_cloudflare_tunnel/.env.example
Normal file
@@ -0,0 +1 @@
|
||||
TOKEN=cloudflare-tunnel-token-here
|
||||
@@ -0,0 +1,18 @@
|
||||
name: cloudflared
|
||||
|
||||
networks:
|
||||
cloudflare-tunnel:
|
||||
name: cloudflare-tunnel
|
||||
external: true
|
||||
|
||||
services:
|
||||
cloudflared:
|
||||
container_name: cloudflared
|
||||
command: tunnel --no-autoupdate run --token ${TOKEN}
|
||||
hostname: cloudflared
|
||||
image: cloudflare/cloudflared:latest
|
||||
networks:
|
||||
- cloudflare-tunnel
|
||||
restart: always
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
Reference in New Issue
Block a user