mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-14 05:35:48 +00:00
fix: multiples fixes
This commit is contained in:
parent
b3a737afd1
commit
c834e1bbe6
@ -46,7 +46,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PORT: 8001
|
PORT: 8001
|
||||||
PGPT_PROFILES: local
|
PGPT_PROFILES: local
|
||||||
HF_TOKEN: ${HF_TOKEN}
|
HF_TOKEN: ${HF_TOKEN:-}
|
||||||
profiles:
|
profiles:
|
||||||
- llamacpp-cpu
|
- llamacpp-cpu
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ services:
|
|||||||
ollama:
|
ollama:
|
||||||
image: traefik:v2.10
|
image: traefik:v2.10
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "11434:11434"
|
||||||
command:
|
command:
|
||||||
- "--providers.file.filename=/etc/router.yml"
|
- "--providers.file.filename=/etc/router.yml"
|
||||||
- "--log.level=ERROR"
|
- "--log.level=ERROR"
|
||||||
|
Loading…
Reference in New Issue
Block a user