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