Move optional services into sub directory

This commit is contained in:
purple_emily
2024-03-09 14:01:48 +00:00
committed by iPromKnight
parent 67e6f97e96
commit f79c49e472
14 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1 @@
TOKEN=cloudflare-tunnel-token-here

View File

@@ -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