fix: multiples fixes

This commit is contained in:
Javier Martinez 2024-09-11 16:19:39 +02:00
parent b3a737afd1
commit c834e1bbe6
No known key found for this signature in database

View File

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