Files
CosturaBallet/docker-compose.yml
2026-01-23 14:46:29 +01:00

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}