version: '3' services: app: build: . ports: - "7860:7860" environment: - ENDPOINT=${ENDPOINT} - HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY}