add deployment compose

This commit is contained in:
Shihaam Abdul Rahman 2024-10-19 03:03:01 +05:00
parent 6bae62ddb6
commit 35efd063c2
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

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