Spaces:
Sleeping
Sleeping
File size: 422 Bytes
a94a366 4e0259c a94a366 283f898 a94a366 4e0259c a94a366 283f898 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
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:
- "80:3000"
- "3000:3000"
volumes:
- ./run_hf.sh:/app/run_hf.sh
- .nginx/nginx.conf:/etc/nginx/nginx.conf
|