services: frontend: build: context: . container_name: luminlab-nginx-frontend user: root ports: - "80:3000" - "3000:3000" volumes: - ./run_hf.sh:/app/run_hf.sh