dsf
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:22:39 -06:00
parent 8a9541139e
commit 86bb990bbc

View file

@ -7,7 +7,8 @@ networks:
services:
ollama:
image: ollama/ollama:latest
networks: netgrimoire
networks:
- netgrimoire
environment:
- TZ=America/Chicago
- PUID=1964
@ -39,7 +40,8 @@ services:
openwebui:
image: ghcr.io/open-webui/open-webui:main
networks: netgrimoire
networks:
- netgrimoire
environment:
- TZ=America/Chicago
- PUID=1964
@ -80,7 +82,8 @@ services:
qdrant:
image: qdrant/qdrant:latest
networks: netgrimoire
networks:
- netgrimoire
environment:
- TZ=America/Chicago
- PUID=1964