mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
Локальный мердж
This commit is contained in:
+4
-4
@@ -11,7 +11,7 @@ services:
|
|||||||
- ./data/db:/var/lib/postgresql/data
|
- ./data/db:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
ports:
|
ports: # !сменить внешний порт перед использованием!
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
@@ -60,7 +60,7 @@ services:
|
|||||||
- ./data/llm:/root/.ollama
|
- ./data/llm:/root/.ollama
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
ports:
|
ports: # !только локальный тест!
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
@@ -85,8 +85,8 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
# ports:
|
ports: # !только локальный тест!
|
||||||
# - 8000:8000
|
- 8000:8000
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user