Compare commits
10 Commits
ca49c5a6b7
...
2nodes-pos
Author | SHA1 | Date | |
---|---|---|---|
2cb29f9178 | |||
a1b33b38ad | |||
d359e0ece2 | |||
8517a39e1a | |||
dfcb3fe362 | |||
49e7b7302c | |||
74482bf77d | |||
2e9e16f95d | |||
9b4f93b4bf | |||
d54753b7e1 |
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
eisa:
|
eisa:
|
||||||
image: git.expertdwh.ru/ewh/expertisa:${BRANCH}
|
image: git.expertdwh.ru/ewh/expertisa:master
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
@ -28,11 +28,6 @@ services:
|
|||||||
POSTGRES_DB: "expertisa-metadata"
|
POSTGRES_DB: "expertisa-metadata"
|
||||||
networks:
|
networks:
|
||||||
- expertisa-twonodes-postgresql
|
- expertisa-twonodes-postgresql
|
||||||
volumes:
|
|
||||||
- pgdata-${BRANCH}:/var/lib/postgresql/data
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
pgdata-${BRANCH}:
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
expertisa-twonodes-postgresql:
|
expertisa-twonodes-postgresql:
|
||||||
@ -52,13 +47,13 @@ configs:
|
|||||||
branch: ${BRANCH}
|
branch: ${BRANCH}
|
||||||
enabled: true
|
enabled: true
|
||||||
token: ${GIT_TOKEN}
|
token: ${GIT_TOKEN}
|
||||||
file-store-type: s3
|
#file-store-type: s3
|
||||||
s3:
|
#s3:
|
||||||
endpoint: minio.app.expertdwh.ru
|
# endpoint: minio.app.expertdwh.ru
|
||||||
port: 9000
|
# port: 9000
|
||||||
access-key: ZfyTrAp9tsxkvfyyEIbC
|
# access-key: ZfyTrAp9tsxkvfyyEIbC
|
||||||
secret-key: jurIHMBGQ54HLu0CXwLSDiahhT6JV6qwZTFhqO37
|
# secret-key: jurIHMBGQ54HLu0CXwLSDiahhT6JV6qwZTFhqO37
|
||||||
bucket: dev
|
# bucket: master
|
||||||
db:
|
db:
|
||||||
common-datasource-name: psql
|
common-datasource-name: psql
|
||||||
jdbc:
|
jdbc:
|
||||||
|
Reference in New Issue
Block a user