add deployment compose

This commit is contained in:
2024-10-19 03:03:01 +05:00
parent 6bae62ddb6
commit 35efd063c2

9
compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
keepalive:
env_file: .env
image: git.shihaam.dev/shihaam/mib-payment-verify/keepalive
api:
env_file: .env
image: git.shihaam.dev/shihaam/mib-payment-verify/api
ports:
- 5000:5000