diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-06-10 10:53:46 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-06-10 10:53:46 +0000 |
| commit | 16a60795670e48b06e36f73a5a890edbb4491d19 (patch) | |
| tree | a34a0a107271c548020613197c2e426da142a127 /docker-compose.yaml | |
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 10 |
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 |
