adding cf
This commit is contained in:
parent
30624aa7ce
commit
1521ba2ff7
2 changed files with 6 additions and 0 deletions
1
cf/.env.example
Normal file
1
cf/.env.example
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CF_TOKEN=your-cf-tunnel-token
|
5
cf/docker-compose.yml
Normal file
5
cf/docker-compose.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
cf-tunnel:
|
||||||
|
image: cloudflare/cloudflared@sha256:1898467408934dc7ef2a8972de32531c741f7c1851613c8a0a2ad93dfa19a75b
|
||||||
|
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
Reference in a new issue