nginx / docker-compose.yaml
Xiao
deploy HF
4214f3f
raw
history blame
460 Bytes
services:
frontend:
build:
context: .
container_name: luminlab-nginx-frontend
# user: root
#UID=${UID} GID=${GID} docker-compose up
#(or define UID and GID as environment variables)
# user: "${UID}:${GID}"
user: 1000:1000
# user: root
ports:
- "5000:5000"
- "3000:3000"
- "8000:8000"
- "80:80"
volumes:
- ./run_hf.sh:/app/run_hf.sh
- .nginx/nginx.conf:/etc/nginx/nginx.conf