14 lines
245 B
YAML
14 lines
245 B
YAML
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|
|
restart: always
|
|
|
|
tunnel:
|
|
image: cloudflare/cloudflared:latest
|
|
restart: always
|
|
command: tunnel --no-autoupdate run
|
|
environment:
|
|
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
|