separating syn compose file

This commit is contained in:
Arian Acosta
2017-07-15 08:19:49 -04:00
parent 0aa63c40f8
commit 42fc8b7b57
3 changed files with 19 additions and 7 deletions

View File

@@ -7,9 +7,7 @@ services:
applications:
image: tianon/true
volumes:
# - ${APPLICATION}:/var/www
- applications-sync:/var/www:nocopy # nocopy is required
- ${APPLICATION}:/var/www
### Workspace Utilities Container ###########################
@@ -670,6 +668,3 @@ volumes:
driver: "local"
elasticsearch-plugins:
driver: "local"
applications-sync:
external:
name: "applications-host-sync"