refactor: move to docker swarm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-09 17:35:13 +08:00
parent f3c980f8f7
commit 0daad7a229
9 changed files with 72 additions and 100 deletions

8
docker-compose-build.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3.8"
services:
pzx-web-api:
image: gitea.bearcatlog.com/bryant/ddk/pzx-web-api:latest
build:
context: .
dockerfile: ./Dockerfile