Merge pull request 'prod' (#1) from prod into master

Reviewed-on: #1
This commit is contained in:
宋居成 2025-06-18 11:06:16 +08:00
commit 1e779416cc
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 \