pzx-web-api/docker-compose-build.yml
BryantHe 0daad7a229
All checks were successful
continuous-integration/drone/push Build is passing
refactor: move to docker swarm
2023-12-09 17:35:13 +08:00

8 lines
175 B
YAML

version: "3.8"
services:
pzx-web-api:
image: gitea.bearcatlog.com/bryant/ddk/pzx-web-api:latest
build:
context: .
dockerfile: ./Dockerfile