/home/techb158/trello-import.abdallabala.com
Edit: /home/techb158/trello-import.abdallabala.com/docker-compose.cloudflare.yml (636B)
services:
trello-import-powerup:
build: .
container_name: trello-import-powerup
restart: unless-stopped
env_file:
- .env
expose:
- "80"
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/healthz | grep -q '^ok'"]
interval: 10s
timeout: 5s
retries: 12
start_period: 20s
cloudflared:
image: cloudflare/cloudflared:latest
container_name: trello-import-powerup-tunnel
restart: unless-stopped
depends_on:
trello-import-powerup:
condition: service_healthy
command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}