Update AI_Containers/scriberr/compose.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user