small docker-compsoe fixes

feature/product_models_refactor
Mateusz Tytoń 2023-06-19 18:51:25 +00:00
rodzic 78702efbad
commit 70991fc2ea
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -9,6 +9,7 @@ services:
build:
dockerfile: Dockerfile.local
context: ./
user: "${UID}:${GID}"
ports:
- "8000:8000"
volumes: