diff --git a/swarm/ollama.yaml b/swarm/ollama.yaml index 6754475..275fab4 100644 --- a/swarm/ollama.yaml +++ b/swarm/ollama.yaml @@ -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