script edits
This commit is contained in:
parent
fb23986fdb
commit
ae578c045c
@ -5,9 +5,11 @@ services:
|
|||||||
- CHANNEL_LANGUAGE=en
|
- CHANNEL_LANGUAGE=en
|
||||||
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
||||||
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
||||||
build:
|
image: twitch-scanner:latest
|
||||||
context: .
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./clips:/app/clips
|
- /shared/transcriptor/clips:/app/clips
|
||||||
- ./models:/app/models
|
- /shared/transcriptor/vods:/app/vods
|
||||||
- ./transcripts:/app/transcripts
|
- /shared/transcriptor/audio:/app/audio
|
||||||
|
- /shared/transcriptor/chat:/app/chat
|
||||||
|
- /shared/transcriptor/models:/app/models
|
||||||
|
- /shared/transcriptor/transcripts:/app/transcripts
|
||||||
|
@ -21,9 +21,12 @@ for channel in channels:
|
|||||||
"TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es"
|
"TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"./clips:/app/clips", # Shared clips folder on the host
|
"/shared/transcriptor/clips:/app/clips", # Shared clips folder on the host
|
||||||
"./models:/app/models",
|
"/shared/transcriptor/vods:/app/vods",
|
||||||
"./transcripts:/app/transcripts"
|
"/shared/transcriptor/audio:/app/audio",
|
||||||
|
"/shared/transcriptor/chat:/app/chat",
|
||||||
|
"/shared/transcriptor/models:/app/models",
|
||||||
|
"/shared/transcriptor/transcripts:/app/transcripts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user