From 4fab6ed0aa91f8deb83948c2597cacf8a5f3186d Mon Sep 17 00:00:00 2001 From: yml2213 Date: Sun, 2 Aug 2026 11:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0c88023..578d4b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,6 +41,9 @@ services: - MAIL_ROUNDCUBE_URL=${MAIL_ROUNDCUBE_URL:-} # Uvicorn reload(生产环境保持 false) - UVICORN_RELOAD=${UVICORN_RELOAD:-false} + networks: + - default + - order-site-net depends_on: mysql: condition: service_healthy @@ -82,3 +85,8 @@ services: volumes: mysql-data: + +networks: + order-site-net: + external: true + name: order_site_default