This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
version: "3.8" # Docker Compose 文件版本,3.8 支持 Swarm 模式的所有功能
|
version: "3.8" # Docker Compose 文件版本,3.8 支持 Swarm 模式的所有功能
|
||||||
|
|
||||||
|
networks:
|
||||||
|
frontend: # 定义 frontend 网络
|
||||||
|
driver: overlay # 使用 overlay 网络驱动,支持跨主机通信
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app-shared:
|
app-shared:
|
||||||
image: registry.bmycode.help/app-shared:{{IMAGE_TAG}}
|
image: registry.bmycode.help/app-shared:{{IMAGE_TAG}}
|
||||||
@@ -34,6 +38,3 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- frontend # 连接到 frontend 网络
|
- frontend # 连接到 frontend 网络
|
||||||
|
|
||||||
networks:
|
|
||||||
frontend: # 定义 frontend 网络
|
|
||||||
driver: overlay # 使用 overlay 网络驱动,支持跨主机通信
|
|
||||||
Reference in New Issue
Block a user