Update docker-compose.yml
This commit is contained in:
parent
8f60ad41aa
commit
096258b35d
@ -1,6 +1,16 @@
|
|||||||
version: '3.1'
|
version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
# Cloudflare Tunnel Container
|
||||||
|
tunnel:
|
||||||
|
image: cloudflare/cloudflared
|
||||||
|
command: tunnel --no-autoupdate run
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
TUNNEL_TOKEN: ${TOKEN}
|
||||||
|
depends_on:
|
||||||
|
- ghost
|
||||||
|
|
||||||
|
|
||||||
ghost:
|
ghost:
|
||||||
image: ghost:4-alpine
|
image: ghost:4-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user