Files
CosturaBallet/docker-compose.yml
2026-01-23 15:07:19 +01:00

17 lines
321 B
YAML

services:
app:
container_name: app
build: .
ports:
- ${PORT}
restart: always
tunnel:
image: cloudflare/cloudflared:latest
container_name: tunnel
env_file: .env
restart: unless-stopped
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=${TUNNEL_TOKEN}