sforkowany z mtyton/comfy
small docker-compsoe fixes
rodzic
78702efbad
commit
70991fc2ea
|
@ -20,6 +20,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: ./
|
||||
user: "${UID}:${GID}"
|
||||
restart: always
|
||||
ports:
|
||||
- "8001:8000"
|
||||
|
@ -38,6 +39,7 @@ services:
|
|||
|
||||
web:
|
||||
image: nginx
|
||||
restart: always
|
||||
volumes:
|
||||
- ../nginx/conf.d/:/etc/nginx/conf.d/
|
||||
- ./static/:/opt/services/comfy/static
|
||||
|
|
|
@ -9,6 +9,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile.local
|
||||
context: ./
|
||||
user: "${UID}:${GID}"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
|
Ładowanie…
Reference in New Issue