mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
15 lines
403 B
YAML
15 lines
403 B
YAML
version: '3'
|
|
|
|
services:
|
|
ncb-tts-r2:
|
|
container_name: ncb-tts-r2
|
|
image: ghcr.io/mii443/ncb-tts-r2:1.8
|
|
environment:
|
|
- NCB_TOKEN=YOUR_BOT_TOKEN
|
|
- NCB_APP_ID=YOUR_BOT_ID
|
|
- NCB_PREFIX=BOT_PREFIX
|
|
- NCB_REDIS_URL=redis://<REDIS_IP>/
|
|
- NCB_VOICEVOX_KEY=VOICEVOX_KEY
|
|
volumes:
|
|
- ./credentials.json:/ncb-tts-r2/credentials.json:ro
|