aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2020-06-10 10:53:46 +0000
committerKumar Damani <damani.kumar@gmail.com>2020-06-10 10:53:46 +0000
commit16a60795670e48b06e36f73a5a890edbb4491d19 (patch)
treea34a0a107271c548020613197c2e426da142a127 /docker-compose.yaml
initial commitHEADmaster
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..8fc2619
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,10 @@
+version: "3"
+services:
+ api:
+ build: .
+ container_name: 'dvo-api-container'
+ ports:
+ - 8093:5000
+ network_mode: host
+ env_file:
+ - ../config/created-as-envs/dvo-api.properties