services: phanpy: image: ghcr.io/yitsushi/phanpy-docker:latest container_name: phanpy hostname: phanpy ports: - 3000:3000 healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] interval: 30s timeout: 10s retries: 3 restart: unless-stopped