Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luminlab-adapt
/
nginx
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0a64cc4
nginx
/
docker-compose.dev.yaml
Xiao
add nginx
a94a366
almost 2 years ago
raw
Copy download link
history
blame
Safe
275 Bytes
services:
frontend:
build:
context:
.
target:
dev-envs
dockerfile:
./Dockerfile.stage
container_name:
frontend
ports:
-
"80:3000"
-
"3000:3000"
volumes:
-
/var/run/docker.sock:/var/run/docker.sock
-
./src/:/app/src