We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ccf9 commit 66e6b87Copy full SHA for 66e6b87
1 file changed
docker-compose.yml
@@ -55,6 +55,7 @@ services:
55
# bundle volume for hosting gems installed by bundle; it speeds up gem install in local development
56
- app_api:/srv/ontoportal/ontologies_api
57
- repository:/srv/ontoportal/data/repository
58
+ - bundle:/srv/ontoportal/bundle
59
60
ncbo_cron:
61
<<: *app
@@ -72,6 +73,7 @@ services:
72
73
- reports:/srv/ontoportal/data/reports
74
- mgrep:/srv/ontoportal/data/mgrep
75
- logs:/srv/ontoportal/ncbo_cron/logs
76
77
depends_on:
78
solr-ut:
79
condition: service_healthy
@@ -199,3 +201,4 @@ volumes:
199
201
mgrep:
200
202
logs:
203
history:
204
+ bundle:
0 commit comments