From f25029be87f0c662bbf035cc43ffd5bf3fa7f2cc Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 27 Apr 2026 16:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/master=5F?= =?UTF-8?q?sellrt=5Fbuild=5Fmanual.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master_sellrt_build_manual.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/master_sellrt_build_manual.yaml b/.gitea/workflows/master_sellrt_build_manual.yaml index e532d0b..8c836ff 100644 --- a/.gitea/workflows/master_sellrt_build_manual.yaml +++ b/.gitea/workflows/master_sellrt_build_manual.yaml @@ -93,7 +93,7 @@ jobs: cat > docker-compose.yml << 'EOF' version: '3' services: - aida_back: + master-aida-seller: container_name: master-aida-seller build: . volumes: @@ -103,7 +103,13 @@ jobs: - ./uploads:/temp/uploads ports: - '10093:5568' + networks: + - aida_java_net restart: always + networks: + aida_java_net: + external: true + name: aida_java_net EOF # 验证docker-compose.yml生成 echo "docker-compose.yml内容:"