8 lines
175 B
YAML
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
|