Update docker-compose.yml

This commit is contained in:
njord 2024-07-23 22:19:34 +00:00
parent 8f60ad41aa
commit 096258b35d

View File

@ -1,6 +1,16 @@
version: '3.1'
services:
# Cloudflare Tunnel Container
tunnel:
image: cloudflare/cloudflared
command: tunnel --no-autoupdate run
restart: unless-stopped
environment:
TUNNEL_TOKEN: ${TOKEN}
depends_on:
- ghost
ghost:
image: ghost:4-alpine