Alphabetizing.
This commit is contained in:
+16
-16
@@ -50,6 +50,22 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
faster-whisper:
|
||||||
|
container_name: faster-whisper
|
||||||
|
environment:
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
|
TZ: ${TZ}
|
||||||
|
WHISPER_MODEL: large
|
||||||
|
LOCAL_ONLY: #optional
|
||||||
|
WHISPER_BEAM: 1 #optional
|
||||||
|
WHISPER_LANG: en #optional
|
||||||
|
image: lscr.io/linuxserver/faster-whisper:latest
|
||||||
|
ports:
|
||||||
|
- "10300:10300"
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
||||||
meilisearch:
|
meilisearch:
|
||||||
container_name: meilisearch
|
container_name: meilisearch
|
||||||
environment:
|
environment:
|
||||||
@@ -133,22 +149,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
|
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
|
||||||
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
|
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
|
||||||
faster-whisper:
|
|
||||||
container_name: faster-whisper
|
|
||||||
environment:
|
|
||||||
PUID: ${PUID}
|
|
||||||
PGID: ${PGID}
|
|
||||||
TZ: ${TZ}
|
|
||||||
WHISPER_MODEL: large
|
|
||||||
LOCAL_ONLY: #optional
|
|
||||||
WHISPER_BEAM: 1 #optional
|
|
||||||
WHISPER_LANG: en #optional
|
|
||||||
image: lscr.io/linuxserver/faster-whisper:latest
|
|
||||||
ports:
|
|
||||||
- "10300:10300"
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
|
||||||
volumes:
|
volumes:
|
||||||
ollama:
|
ollama:
|
||||||
name: ollama
|
name: ollama
|
||||||
|
|||||||
Reference in New Issue
Block a user