Compare commits

...

3 Commits

Author SHA1 Message Date
1e779416cc Merge pull request 'prod' (#1) from prod into master
Reviewed-on: #1
2025-06-18 11:06:16 +08:00
Song367
cae827e801 修改配置
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m33s
2025-06-18 11:03:49 +08:00
Song367
7246f34aa5 修改deploy
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2025-06-18 10:50:50 +08:00
2 changed files with 4 additions and 4 deletions

2
.env
View File

@ -6,6 +6,6 @@ MiniMaxApiURL=https://api.minimaxi.com/v1/t2a_v2
APP_ID=1364994890450210816
APP_KEY=b4839cb2-cb81-4472-a2c1-2abf31e4bb27
SIG_EXP=3600
FILE_URL=http://14.103.170.252:6212/
FILE_URL=http://172.17.0.1:6200/
# Server Configuration
PORT=8080

View File

@ -34,10 +34,10 @@ jobs:
- name: Run docker
run: |
pwd
if [ "$(docker ps -q -f name=^avatar-bridge-llm$)" ]; then
docker stop avatar-bridge-llm
if [ "$(docker ps -q -f name=^gong-zheng-api$)" ]; then
docker stop gong-zheng-api
fi
docker run -d --rm --name avatar-bridge-llm \
docker run -d --rm --name gong-zheng-api \
-v /usr/share/fonts/opentype/noto:/usr/share/fonts \
-v $(pwd)/audio:/app/audio \
-p 6211:8080 \