Update AI_Containers/scriberr/compose.yaml
This commit is contained in:
@@ -7,7 +7,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/scriberr/scriberr_data:/app/data
|
- /srv/docker/scriberr/scriberr_data:/app/data
|
||||||
- /srv/docker/scriberr/scriberr_whisperx:/app/whisperx-env
|
- /srv/docker/scriberr/scriberr_whisperx:/app/whisperx-env
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000 # change to your host user's UID if different
|
- PUID=1000 # change to your host user's UID if different
|
||||||
- PGID=1000 # change to your host user's GID if different
|
- PGID=1000 # change to your host user's GID if different
|
||||||
@@ -17,12 +16,18 @@ services:
|
|||||||
- OLLAMA_BASE_URL=http://ollama:11434
|
- OLLAMA_BASE_URL=http://ollama:11434
|
||||||
networks:
|
networks:
|
||||||
- ollama
|
- ollama
|
||||||
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
- flame.type=application # "app" works too
|
- flame.type=application # "app" works too
|
||||||
- flame.name=Scriberr
|
- flame.name=Scriberr
|
||||||
- flame.url=http://scriberr.homelab.internal
|
- flame.url=http://scriberr.homelab.internal
|
||||||
- flame.icon=transcribe # optional, default is "docker"
|
- flame.icon=transcribe # optional, default is "docker"
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.scriberr.rule=Host('scriberr.homelab.internal')
|
||||||
|
- traefik.http.routers.scriberr.entrypoints=web
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
ollama:
|
ollama:
|
||||||
extrernal: true
|
external: true
|
||||||
|
traefik:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user