90 lines
2.7 KiB
YAML
90 lines
2.7 KiB
YAML
networks:
|
|
mariadb:
|
|
external: true
|
|
name: mariadb
|
|
services:
|
|
downloader:
|
|
environment:
|
|
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
|
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
|
image: t0is/madmonq-transcriptor-image:download-only
|
|
networks:
|
|
- mariadb
|
|
volumes:
|
|
- /shared/transcriptor/clips:/app/clips
|
|
- /shared/transcriptor/vods:/app/vods
|
|
- /shared/transcriptor/audio:/app/audio
|
|
- /shared/transcriptor/chat:/app/chat
|
|
- /shared/transcriptor/models:/app/models
|
|
- /shared/transcriptor/transcripts:/app/transcripts
|
|
transcriptor_cs:
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- capabilities: [gpu]
|
|
count: all
|
|
driver: nvidia
|
|
environment:
|
|
- CHANNELS_LANGUAGE=cs
|
|
- TIMEDELTA_DAYS=11
|
|
- TIMEDELTA_DAYS_EXACT=false
|
|
- CLIP_CREATE_FROM_CHAT=false
|
|
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
|
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
|
image: t0is/madmonq-transcriptor-image:cuda
|
|
networks:
|
|
- mariadb
|
|
volumes:
|
|
- /shared/transcriptor/clips:/app/clips
|
|
- /shared/transcriptor/vods:/app/vods
|
|
- /shared/transcriptor/audio:/app/audio
|
|
- /shared/transcriptor/chat:/app/chat
|
|
- /shared/transcriptor/models:/app/models
|
|
- /shared/transcriptor/transcripts:/app/transcripts
|
|
transcriptor_en:
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- capabilities: [gpu]
|
|
count: all
|
|
driver: nvidia
|
|
environment:
|
|
- CHANNELS_LANGUAGE=en
|
|
- TIMEDELTA_DAYS=11
|
|
- TIMEDELTA_DAYS_EXACT=false
|
|
- CLIP_CREATE_FROM_CHAT=false
|
|
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
|
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
|
image: t0is/madmonq-transcriptor-image:cuda
|
|
networks:
|
|
- mariadb
|
|
volumes:
|
|
- /shared/transcriptor/clips:/app/clips
|
|
- /shared/transcriptor/vods:/app/vods
|
|
- /shared/transcriptor/audio:/app/audio
|
|
- /shared/transcriptor/chat:/app/chat
|
|
- /shared/transcriptor/models:/app/models
|
|
- /shared/transcriptor/transcripts:/app/transcripts
|
|
transcriptor_others:
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- capabilities: [gpu]
|
|
count: all
|
|
driver: nvidia
|
|
environment:
|
|
- CHANNELS_LANGUAGE=others
|
|
image: t0is/madmonq-transcriptor-image:cuda
|
|
networks:
|
|
- mariadb
|
|
volumes:
|
|
- /shared/transcriptor/clips:/app/clips
|
|
- /shared/transcriptor/vods:/app/vods
|
|
- /shared/transcriptor/audio:/app/audio
|
|
- /shared/transcriptor/chat:/app/chat
|
|
- /shared/transcriptor/models:/app/models
|
|
- /shared/transcriptor/transcripts:/app/transcripts
|