summaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/docker-compose.yaml4
-rw-r--r--deploy/env-sample.env2
2 files changed, 4 insertions, 2 deletions
diff --git a/deploy/docker-compose.yaml b/deploy/docker-compose.yaml
index 30c647c..8dccd4c 100644
--- a/deploy/docker-compose.yaml
+++ b/deploy/docker-compose.yaml
@@ -1,4 +1,4 @@
-version: '3.7'
+
services:
dnpm-etl-processor:
@@ -9,6 +9,8 @@ services:
- db
networks:
- dnpm_processor
+ ports:
+ - "${MONITORING_HTTP_PORT:-8080}:8080"
db:
image: mariadb:10
diff --git a/deploy/env-sample.env b/deploy/env-sample.env
index fd95b63..1589096 100644
--- a/deploy/env-sample.env
+++ b/deploy/env-sample.env
@@ -1,5 +1,5 @@
# monitoring access port
-SERVER_PORT=8000
+MONITORING_HTTP_PORT=8088
# GPAS or BUILDIN
APP_PSEUDONYMIZE_GENERATOR=BUILDIN