.gitlab-ci.yml updated v50
This commit is contained in:
parent
1959e2ece9
commit
6d84ba760e
1 changed files with 6 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ services:
|
|||
- "7020:7020"
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- /builds/mfd/clearing/clr_test/mnt/testFiles:/opt/clearing/clearing_testing_utils/store/results
|
||||
- test-files:/opt/clearing/clearing_testing_utils/store/results
|
||||
# restart: always
|
||||
|
||||
zookeeper:
|
||||
|
|
@ -81,8 +81,12 @@ services:
|
|||
volumes:
|
||||
db:
|
||||
driver: local
|
||||
clearing_system:
|
||||
test-files:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /builds/mfd/clearing/clr_test/mnt/testFiles
|
||||
zookeeper_data:
|
||||
driver: local
|
||||
kafka_data:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue