first commit
Some checks failed
Build Docker Image / docker (push) Failing after 17s

This commit is contained in:
严浩
2024-10-08 15:47:34 +08:00
commit 52f023ca9d
8 changed files with 242 additions and 0 deletions

View File

@ -0,0 +1,8 @@
services:
my-backend:
image: <backend_image>
networks:
# docker network create --attachable --driver overlay my-overlay-network
default:
name: my-overlay-network
external: true