expert-isa-2-cicd/docker-compose.yml

49 lines
1.3 KiB
YAML

services:
eisa:
image: git.expertdwh.ru/ewh/expertisa:${BRANCH}
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: |
infinispan:
embedded:
cluster-name: ${BRANCH}
eisa:
force-core-update: true
metadata-git:
url: https://git.expertdwh.ru/EWH/expert-isa-2-metadata
branch: test
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}
management:
endpoints:
web:
exposure:
include: '*'
jmx:
exposure:
include: '*'
audit.enabled: true