Update compose files

This commit is contained in:
John Lees-Miller
2020-05-30 10:37:38 +01:00
parent 840940f3a5
commit 9de44dd735
3 changed files with 33 additions and 21 deletions

View File

@ -1,6 +1,12 @@
web:
volumes:
- .:/home/app/wedding
- /usr/local/bundle
env_file:
- development.env
version: '3.8'
services:
web:
volumes:
- .:/home/app/wedding
- web_bundle:/usr/local/bundle
env_file:
- development.env
volumes:
web_bundle: