Spaces:
Sleeping
Sleeping
| 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 | |