diff --git a/AI_Containers/scriberr/compose.yaml b/AI_Containers/scriberr/compose.yaml index a15e144..ccbf856 100644 --- a/AI_Containers/scriberr/compose.yaml +++ b/AI_Containers/scriberr/compose.yaml @@ -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 \ No newline at end of file + external: true + traefik: + external: true \ No newline at end of file