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