Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SketchyAI
/
linum
like
0
Running
App
Files
Files
Community
3c64ab0
linum
/
docker-compose.yml
Rémy
Create docker-compose.yml
3c64ab0
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
236 Bytes
version:
'3'
services:
backend:
build:
./backend
ports:
-
"5000:5000"
frontend:
image:
nginx:alpine
volumes:
-
./frontend:/usr/share/nginx/html
ports:
-
"8080:80"
depends_on:
-
backend