diff --git a/AI_Containers/scriberr/compose.yaml b/AI_Containers/scriberr/compose.yaml index 38feffd..a15e144 100644 --- a/AI_Containers/scriberr/compose.yaml +++ b/AI_Containers/scriberr/compose.yaml @@ -14,19 +14,15 @@ services: - SECURE_COOKIES=false # required if accessing HTTP only - TRUST_PROXY_HEADERS=false # required if accessing HTTP only - PUBLIC_AUDIO_URL=/audio - depends_on: + - OLLAMA_BASE_URL=http://ollama:11434 + networks: - ollama labels: - flame.type=application # "app" works too - flame.name=Scriberr - - flame.url=http://192.168.45.7:8091/ + - flame.url=http://scriberr.homelab.internal - flame.icon=transcribe # optional, default is "docker" +networks: ollama: - image: ollama/ollama - container_name: ollama - restart: unless-stopped - ports: - - "11434:11434" - volumes: - - /srv/docker/ollama:/root/ollama \ No newline at end of file + extrernal: true \ No newline at end of file