Fixes #353 and allows easier dev & prod environments by splitting dev-specific configuration into a separate docker-compose.

This commit is contained in:
Jeff
2017-11-21 09:59:11 +13:00
parent 9877f0453e
commit cf5b1af31a
3 changed files with 14 additions and 2 deletions

View File

@ -6,8 +6,6 @@ services:
applications:
image: tianon/true
volumes:
- ${APPLICATION}:/var/www
### Workspace Utilities Container ###########################