Update AI_Containers/scriberr/compose.yaml

This commit is contained in:
2026-02-07 18:36:29 +00:00
parent e69c5849ff
commit 21125c1f38
+2 -2
View File
@@ -15,7 +15,7 @@ services:
- PUBLIC_AUDIO_URL=/audio - PUBLIC_AUDIO_URL=/audio
- OLLAMA_BASE_URL=http://ollama:11434 - OLLAMA_BASE_URL=http://ollama:11434
networks: networks:
- ollama - ollama_network
- traefik - traefik
labels: labels:
- flame.type=application # "app" works too - flame.type=application # "app" works too
@@ -27,7 +27,7 @@ services:
- traefik.http.routers.scriberr.entrypoints=web - traefik.http.routers.scriberr.entrypoints=web
restart: unless-stopped restart: unless-stopped
networks: networks:
ollama: ollama_network:
external: true external: true
traefik: traefik:
external: true external: true