add docker build files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
keepalive:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .build/prod/keepalive.Dockerfile
|
||||
image: git.shihaam.dev/shihaam/mib-payment-verify/keepalive
|
||||
api:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .build/prod/api.Dockerfile
|
||||
image: git.shihaam.dev/shihaam/mib-payment-verify/api
|
||||
Reference in New Issue
Block a user