services: mana-loop: image: gitea.tailf367e3.ts.net/anexim/mana-loop:latest container_name: mana-loop restart: unless-stopped ports: - "3000:3000" environment: - NODE_ENV=production healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000"] interval: 30s timeout: 10s retries: 3 start_period: 10s