Spaces:
Running
Running
Shrijayan Rajendran8
Add initial project setup with FastAPI, Docker, and geocoding functionality
5754a38
version: '3' | |
services: | |
app: | |
build: . | |
ports: | |
- "7860:7860" | |
environment: | |
- ENDPOINT=${ENDPOINT} | |
- HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY} |