docker-compose.yml in sapience-2.5.3 vs docker-compose.yml in sapience-2.5.4
- old
+ new
@@ -1,9 +1,6 @@
version: '2'
-volumes:
- gems:
- driver: local
services:
rabbitmq:
image: rabbitmq:latest
environment:
@@ -32,11 +29,9 @@
volumes:
# - vendor/bundle:/usr/local/bundle
# Mount our app code directory (".") into our app containers at the
# "/usr/src/app" folder:
- .:/usr/src/app
- # Mount the 'gems' volume on the folder that stores bundled gems:
- - gems:/usr/local/bundle
rspec:
extends: