Merge branch 'master' of gitee.com:alexzcz/alex-api
This commit is contained in:
3
docker-compose.yml
Executable file → Normal file
3
docker-compose.yml
Executable file → Normal file
@ -60,11 +60,10 @@ services:
|
||||
# 声明命名数据卷
|
||||
volumes:
|
||||
mysql-data:
|
||||
external: true # 使用已有的 mysql-data 卷,不创建新卷
|
||||
redis-data:
|
||||
external: true
|
||||
|
||||
# 创建自定义网络
|
||||
networks:
|
||||
alex-bridge-network:
|
||||
driver: bridge
|
||||
|
||||
|
Reference in New Issue
Block a user