Skip to content

Commit 66e6b87

Browse files
committed
add bundle volume to docker compose
1 parent 2b7ccf9 commit 66e6b87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ services:
5555
# bundle volume for hosting gems installed by bundle; it speeds up gem install in local development
5656
- app_api:/srv/ontoportal/ontologies_api
5757
- repository:/srv/ontoportal/data/repository
58+
- bundle:/srv/ontoportal/bundle
5859

5960
ncbo_cron:
6061
<<: *app
@@ -72,6 +73,7 @@ services:
7273
- reports:/srv/ontoportal/data/reports
7374
- mgrep:/srv/ontoportal/data/mgrep
7475
- logs:/srv/ontoportal/ncbo_cron/logs
76+
- bundle:/srv/ontoportal/bundle
7577
depends_on:
7678
solr-ut:
7779
condition: service_healthy
@@ -199,3 +201,4 @@ volumes:
199201
mgrep:
200202
logs:
201203
history:
204+
bundle:

0 commit comments

Comments
 (0)