From 35efd063c24cbf26268d88b1e2975b899835639a Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 19 Oct 2024 03:03:01 +0500 Subject: [PATCH] add deployment compose --- compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compose.yml diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..fb870a3 --- /dev/null +++ b/compose.yml @@ -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