1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 14:12:55 +00:00

chore: added deployment port mapping for monitoring access

This commit is contained in:
Jakub Lidke
2023-08-25 12:50:29 +02:00
parent 480f165c7b
commit bbea48322f
4 changed files with 28 additions and 13 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
# monitoring access port
SERVER_PORT=8000
MONITORING_HTTP_PORT=8088
# GPAS or BUILDIN
APP_PSEUDONYMIZE_GENERATOR=BUILDIN