Update AI_Containers/scriberr/compose.yaml
This commit is contained in:
@@ -14,19 +14,15 @@ services:
|
|||||||
- SECURE_COOKIES=false # required if accessing HTTP only
|
- SECURE_COOKIES=false # required if accessing HTTP only
|
||||||
- TRUST_PROXY_HEADERS=false # required if accessing HTTP only
|
- TRUST_PROXY_HEADERS=false # required if accessing HTTP only
|
||||||
- PUBLIC_AUDIO_URL=/audio
|
- PUBLIC_AUDIO_URL=/audio
|
||||||
depends_on:
|
- OLLAMA_BASE_URL=http://ollama:11434
|
||||||
|
networks:
|
||||||
- ollama
|
- ollama
|
||||||
labels:
|
labels:
|
||||||
- flame.type=application # "app" works too
|
- flame.type=application # "app" works too
|
||||||
- flame.name=Scriberr
|
- flame.name=Scriberr
|
||||||
- flame.url=http://192.168.45.7:8091/
|
- flame.url=http://scriberr.homelab.internal
|
||||||
- flame.icon=transcribe # optional, default is "docker"
|
- flame.icon=transcribe # optional, default is "docker"
|
||||||
|
|
||||||
|
networks:
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama
|
extrernal: true
|
||||||
container_name: ollama
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "11434:11434"
|
|
||||||
volumes:
|
|
||||||
- /srv/docker/ollama:/root/ollama
|
|
||||||
Reference in New Issue
Block a user