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}