增加域名
This commit is contained in:
@@ -41,6 +41,9 @@ services:
|
|||||||
- MAIL_ROUNDCUBE_URL=${MAIL_ROUNDCUBE_URL:-}
|
- MAIL_ROUNDCUBE_URL=${MAIL_ROUNDCUBE_URL:-}
|
||||||
# Uvicorn reload(生产环境保持 false)
|
# Uvicorn reload(生产环境保持 false)
|
||||||
- UVICORN_RELOAD=${UVICORN_RELOAD:-false}
|
- UVICORN_RELOAD=${UVICORN_RELOAD:-false}
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- order-site-net
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -82,3 +85,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mysql-data:
|
mysql-data:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
order-site-net:
|
||||||
|
external: true
|
||||||
|
name: order_site_default
|
||||||
|
|||||||
Reference in New Issue
Block a user