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