diff options
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 |
