4 Commits

View File

@ -2,6 +2,7 @@ services:
eisa:
image: git.expertdwh.ru/ewh/expertisa:master
pull_policy: always
restart: unless-stopped
volumes:
- /opt/docker/eisa/master:/data
- /opt/docker/eisa/master-files:/data/uploaded-files
@ -30,6 +31,13 @@ configs:
branch: master
enabled: true
token: ${GIT_TOKEN}
file-store-type: s3
s3:
endpoint: minio.app.expertdwh.ru
port: 9000
access-key: ZfyTrAp9tsxkvfyyEIbC
secret-key: jurIHMBGQ54HLu0CXwLSDiahhT6JV6qwZTFhqO37
bucket: master
db:
common-datasource-name: meta
jdbc:
@ -49,12 +57,4 @@ configs:
url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh
username: dwh
password: ${DWH_PASSWORD}
management:
endpoints:
web:
exposure:
include: '*'
jmx:
exposure:
include: '*'
audit.enabled: true