two_distance_app_backend / docker-compose.yml
Shrijayan Rajendran8
Add initial project setup with FastAPI, Docker, and geocoding functionality
5754a38
raw
history blame contribute delete
170 Bytes
version: '3'
services:
app:
build: .
ports:
- "7860:7860"
environment:
- ENDPOINT=${ENDPOINT}
- HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY}