refactor: move to docker swarm
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
8
docker-compose-build.yml
Normal file
8
docker-compose-build.yml
Normal 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
|
||||
Reference in New Issue
Block a user