File size: 460 Bytes
a94a366
 
 
 
 
4e0259c
 
 
 
 
 
a94a366
1a4a17c
a94a366
4214f3f
 
6f598f2
 
73835c6
a94a366
283f898
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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