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