services: n8n-mcp: image: gitea.ext.ben.io/b3nw/n8n-mcp-custom:latest container_name: n8n-mcp restart: unless-stopped ports: - "${PORT:-8000}:8000" environment: - N8N_URL=${N8N_URL} - N8N_API_KEY=${N8N_API_KEY} healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s timeout: 10s retries: 3 start_period: 5s