Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Corin1998
/
sales
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6a94de1
sales
/
docker-compose.yml
Corin1998
Upload 15 files
9972f7c
verified
8 months ago
raw
Copy download link
history
blame
Safe
263 Bytes
services:
api:
build:
./backend
env_file:
-
./backend/.env.example
ports:
-
"8000:8000"
web:
build:
./frontend
environment:
-
VITE_API_BASE=http://localhost:8000
ports:
-
"5173:5173"
depends_on:
-
api