frontend
Some checks failed
build and push / build-and-push (push) Has been cancelled

This commit is contained in:
编码猿
2025-10-07 21:04:57 +08:00
parent 82b0451314
commit b1c07eafa0

View File

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