feat:fix docker-compose.full.yml

This commit is contained in:
shenjianZ 2025-07-31 08:44:10 +08:00
parent 91b3bc9640
commit a7d8774157
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
services:
# 1. 后端服务 (Node.js + Express + SMTP Server)
backend:
build: ./backend
image: registry.cn-hangzhou.aliyuncs.com/pull-image/email-unlimit-backend:latest
container_name: email-backend
restart: always
env_file:
@ -15,7 +15,7 @@ services:
# 2. 数据库服务 (MySQL)
mysql:
image: mysql:8.0
image: registry.cn-hangzhou.aliyuncs.com/pull-image/mysql:8.0
container_name: email-mysql
restart: always
env_file: