Compare commits

..

2 Commits

2 changed files with 25 additions and 35 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.idea/misc.xml
/.idea/vcs.xml
/.idea/workspace.xml

View File

@ -4,34 +4,21 @@ services:
pull_policy: always
restart: unless-stopped
deploy:
replicas: 2
replicas: 3
configs:
- source: app_config
target: /data/application.yaml
labels:
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)"
- "traefik.http.routers.expertisa-${BRANCH}.tls=true"
- "traefik.http.services.expertisa-${BRANCH}.loadbalancer.healthcheck.path=/health"
- "traefik.http.services.expertisa-${BRANCH}.loadbalancer.healthcheck.interval=5s"
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`master\\..+`)"
- "traefik.http.routers.expertisa-master.tls=true"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/health"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.interval=5s"
networks:
- expertisa-twonodes-postgresql
depends_on:
- psql
psql:
image: postgres:latest
environment:
POSTGRES_USER: "admin"
POSTGRES_PASSWORD: "admin"
POSTGRES_DB: "expertisa-metadata"
networks:
- expertisa-twonodes-postgresql
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
networks:
expertisa-twonodes-postgresql:
external: true
network_mode: bridge
configs:
app_config:
@ -39,28 +26,28 @@ configs:
infinispan:
embedded:
enabled: true
cluster-name: eisa-${BRANCH}
cluster-name: eisa-master
eisa:
force-core-update: true
metadata-git:
url: https://git.expertdwh.ru/EWH/expert-isa-2-metadata
branch: ${BRANCH}
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
file-store-type: s3
s3:
endpoint: minio.app.expertdwh.ru
port: 9000
access-key: ZfyTrAp9tsxkvfyyEIbC
secret-key: jurIHMBGQ54HLu0CXwLSDiahhT6JV6qwZTFhqO37
bucket: master
db:
common-datasource-name: psql
common-datasource-name: meta
jdbc:
psql:
url: jdbc:postgresql://psql:5432/expertisa-metadata
username: admin
password: admin
meta:
url: jdbc:postgresql://app.expertdwh.ru:5432/eisa-master
username: ewh
password: ${EWH_PASSWORD}
EWH:
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh
username: ewh