Compare commits
2 Commits
test
...
9b4f93b4bf
Author | SHA1 | Date | |
---|---|---|---|
9b4f93b4bf | |||
d54753b7e1 |
@ -2,6 +2,7 @@ services:
|
|||||||
eisa:
|
eisa:
|
||||||
image: git.expertdwh.ru/ewh/expertisa:master
|
image: git.expertdwh.ru/ewh/expertisa:master
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/docker/eisa/master:/data
|
- /opt/docker/eisa/master:/data
|
||||||
- /opt/docker/eisa/master-files:/data/uploaded-files
|
- /opt/docker/eisa/master-files:/data/uploaded-files
|
||||||
@ -30,6 +31,13 @@ configs:
|
|||||||
branch: master
|
branch: master
|
||||||
enabled: true
|
enabled: true
|
||||||
token: ${GIT_TOKEN}
|
token: ${GIT_TOKEN}
|
||||||
|
file-store-type: s3
|
||||||
|
s3:
|
||||||
|
endpoint: minio.app.expertdwh.ru
|
||||||
|
port: 9000
|
||||||
|
access-key: ZfyTrAp9tsxkvfyyEIbC
|
||||||
|
secret-key: jurIHMBGQ54HLu0CXwLSDiahhT6JV6qwZTFhqO37
|
||||||
|
bucket: master
|
||||||
db:
|
db:
|
||||||
common-datasource-name: meta
|
common-datasource-name: meta
|
||||||
jdbc:
|
jdbc:
|
||||||
|
Reference in New Issue
Block a user