services: parser: container_name: profilarr_parser build: . ports: - "5000:5000" environment: - ASPNETCORE_ENVIRONMENT=Development healthcheck: test: ["CMD", "curl", "-f", "http://localhost:5000/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s