增加域名

This commit is contained in:
yml2213
2026-08-02 11:53:36 +08:00
parent fcf1dec549
commit 4fab6ed0aa
+8
View File
@@ -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