init code
This commit is contained in:
9
docker-compose.base.yaml
Normal file
9
docker-compose.base.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# 共享网络和基础配置
|
||||
networks:
|
||||
user-network:
|
||||
driver: bridge
|
||||
|
||||
# 如需跨服务共享数据卷,可在此定义
|
||||
# volumes:
|
||||
# 示例:若未来有共享数据需求,可在此声明
|
||||
# shared-data:
|
Reference in New Issue
Block a user