er
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-01-25 15:32:37 -06:00
parent 86bb990bbc
commit cf8618e5ee

View file

@ -13,7 +13,7 @@ services:
- TZ=America/Chicago - TZ=America/Chicago
- PUID=1964 - PUID=1964
- PGID=1964 - PGID=1964
user: "1964:1964" #user: "1964:1964"
volumes: volumes:
- /DockerVol/ollama:/root/.ollama - /DockerVol/ollama:/root/.ollama
ports: ports:
@ -47,7 +47,7 @@ services:
- PUID=1964 - PUID=1964
- PGID=1964 - PGID=1964
- OLLAMA_BASE_URL=http://ollama:11434 - OLLAMA_BASE_URL=http://ollama:11434
user: "1964:1964" # user: "1964:1964"
volumes: volumes:
- /DockerVol/openwebui:/app/backend/data - /DockerVol/openwebui:/app/backend/data
# Keep port published for initial testing / break-glass; # Keep port published for initial testing / break-glass;
@ -88,7 +88,7 @@ services:
- TZ=America/Chicago - TZ=America/Chicago
- PUID=1964 - PUID=1964
- PGID=1964 - PGID=1964
user: "1964:1964" # user: "1964:1964"
volumes: volumes:
- /DockerVol/qdrant:/qdrant/storage - /DockerVol/qdrant:/qdrant/storage
ports: ports: