version: "3.9" services: openenv-support: build: . ports: - "7860:7860" environment: - PYTHONPATH=/app - PORT=7860 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:7860/health"] interval: 10s timeout: 5s retries: 3