/home/techb158/trello-import.abdallabala.com
Edit: /home/techb158/trello-import.abdallabala.com/docker-compose.yml (320B)
services:
trello-import-powerup:
build: .
container_name: trello-import-powerup
restart: unless-stopped
env_file:
- .env
ports:
- "127.0.0.1:8080:80"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost/healthz"]
interval: 30s
timeout: 5s
retries: 3