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

40 lines
1.1 KiB
YAML
Raw Normal View History

2024-07-02 18:05:49 +00:00
services:
eisa:
2024-07-02 19:13:05 +00:00
image: git.expertdwh.ru/ewh/expertisa:${BRANCH}
2024-07-03 14:10:47 +00:00
pull_policy: always
restart: unless-stopped
2024-07-02 18:05:49 +00:00
configs:
- source: app_config
target: /data/application.yaml
labels:
2024-07-02 19:13:05 +00:00
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)"
- "traefik.http.routers.expertisa-${BRANCH}.tls=true"
2024-07-02 18:05:49 +00:00
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}
2024-07-02 18:05:49 +00:00
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