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:
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# monitoring access port
|
||||
SERVER_PORT=8000
|
||||
MONITORING_HTTP_PORT=8088
|
||||
|
||||
# GPAS or BUILDIN
|
||||
APP_PSEUDONYMIZE_GENERATOR=BUILDIN
|
||||
|
Reference in New Issue
Block a user