Compare commits
9 Commits
2nodes-pos
...
ca49c5a6b7
Author | SHA1 | Date | |
---|---|---|---|
ca49c5a6b7 | |||
e1ef4d060c | |||
d7ef3121e1 | |||
6e07280e96 | |||
65f66abc78 | |||
ba9b25bf9c | |||
abca60e5d6 | |||
fa5877841c | |||
903a256002 |
@ -1,6 +1,6 @@
|
||||
services:
|
||||
eisa:
|
||||
image: git.expertdwh.ru/ewh/expertisa:master
|
||||
image: git.expertdwh.ru/ewh/expertisa:${BRANCH}
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
@ -28,6 +28,11 @@ services:
|
||||
POSTGRES_DB: "expertisa-metadata"
|
||||
networks:
|
||||
- expertisa-twonodes-postgresql
|
||||
volumes:
|
||||
- pgdata-${BRANCH}:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
pgdata-${BRANCH}:
|
||||
|
||||
networks:
|
||||
expertisa-twonodes-postgresql:
|
||||
@ -47,13 +52,13 @@ configs:
|
||||
branch: ${BRANCH}
|
||||
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: dev
|
||||
db:
|
||||
common-datasource-name: psql
|
||||
jdbc:
|
||||
|
Reference in New Issue
Block a user