From 7246f34aa54cee7340f96dfabf00dd6e6f53ba41 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Wed, 18 Jun 2025 10:50:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 345492b..d3fa33a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 \ From cae827e801badb107259491c394901917274fa47 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Wed, 18 Jun 2025 11:03:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index a10fa17..e8f0ebd 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file