services: pinchchat: # image: ghcr.io/marlburrow/pinchchat:latest build: . network_mode: host restart: unless-stopped healthcheck: test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:3000/"] interval: 30s timeout: 3s start_period: 5s retries: 3