mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
change versions
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ncb-tts-r2"
|
name = "ncb-tts-r2"
|
||||||
version = "1.7.0"
|
version = "1.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
ncb-tts-r2:
|
ncb-tts-r2:
|
||||||
container_name: ncb-tts-r2
|
container_name: ncb-tts-r2
|
||||||
image: ghcr.io/morioka24/ncb-tts-r2:1.7
|
image: ghcr.io/mii443/ncb-tts-r2:1.8
|
||||||
environment:
|
environment:
|
||||||
- NCB_TOKEN=YOUR_BOT_TOKEN
|
- NCB_TOKEN=YOUR_BOT_TOKEN
|
||||||
- NCB_APP_ID=YOUR_BOT_ID
|
- NCB_APP_ID=YOUR_BOT_ID
|
||||||
|
@ -22,7 +22,7 @@ spec:
|
|||||||
- name: ncb-redis-pvc
|
- name: ncb-redis-pvc
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: tts
|
- name: tts
|
||||||
image: ghcr.io/morioka22/ncb-tts-r2
|
image: ghcr.io/mii443/ncb-tts-r2
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: gcp-credentials
|
- name: gcp-credentials
|
||||||
mountPath: /ncb-tts-r2/credentials.json
|
mountPath: /ncb-tts-r2/credentials.json
|
||||||
|
Reference in New Issue
Block a user