40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
services:
|
|
eisa:
|
|
image: git.expertdwh.ru/ewh/expertisa:${BRANCH}
|
|
pull_policy: always
|
|
restart: unless-stopped
|
|
configs:
|
|
- source: app_config
|
|
target: /data/application.yaml
|
|
|
|
labels:
|
|
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)"
|
|
- "traefik.http.routers.expertisa-${BRANCH}.tls=true"
|
|
|
|
network_mode: bridge
|
|
|
|
configs:
|
|
app_config:
|
|
content: |
|
|
eisa:
|
|
force-core-update: true
|
|
metadata-git:
|
|
url: https://git.expertdwh.ru/EWH/expert-isa-2-metadata
|
|
branch: ${BRANCH}
|
|
enabled: true
|
|
token: ${GIT_TOKEN}
|
|
db:
|
|
jdbc:
|
|
EWH:
|
|
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh
|
|
username: ewh
|
|
password: ${EWH_PASSWORD}
|
|
EWH_ORA:
|
|
url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh
|
|
username: ewh
|
|
password: ${EWH_PASSWORD}
|
|
DWH_ORA:
|
|
url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh
|
|
username: dwh
|
|
password: ${DWH_PASSWORD}
|
|
audit.enabled: true |