/home/techb158/trello-import.abdallabala.com
NameSizeModeActions
.well-known/-0755rm
1osranh/-0755rm
1pczfmi/-0755rm
BackUp-Import/-0755rm
cgi-bin/-0755rm
cmsokpw/-0755rm
deploy/-0755rm
docker/-0755rm
n1gdxvt/-0755rm
nvhects/-0755rm
nwkuxey/-0755rm
public/-0777rm
qgmpzas/-0755rm
rgazwix/-0755rm
samples/-0755rm
trello-export-import-powerup/-0755rm
trello-import-powerup/-0755rm
.env4380644editdlrm
.env.example2950644editdlrm
.gitignore350644editdlrm
.htaccess2810644editdlrm
docker-compose.cloudflare.yml6360644editdlrm
docker-compose.yml3200644editdlrm
Dockerfile2500644editdlrm
package.json5500644editdlrm
power-up.example.json3140644editdlrm
public.zip175480644editdlrm
README.md71490644editdlrm
trello-export-import-powerup.zip180640644editdlrm
wp-cron-feig.php16590644editdlrm
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}