From 21125c1f38ffce3b2017a80e6e70fb0e73d0e303 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:36:29 +0000 Subject: [PATCH] Update AI_Containers/scriberr/compose.yaml --- AI_Containers/scriberr/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AI_Containers/scriberr/compose.yaml b/AI_Containers/scriberr/compose.yaml index ccbf856..46a2724 100644 --- a/AI_Containers/scriberr/compose.yaml +++ b/AI_Containers/scriberr/compose.yaml @@ -15,7 +15,7 @@ services: - PUBLIC_AUDIO_URL=/audio - OLLAMA_BASE_URL=http://ollama:11434 networks: - - ollama + - ollama_network - traefik labels: - flame.type=application # "app" works too @@ -27,7 +27,7 @@ services: - traefik.http.routers.scriberr.entrypoints=web restart: unless-stopped networks: - ollama: + ollama_network: external: true traefik: external: true \ No newline at end of file