2017-07-15 14:19:49 +02:00
|
|
|
version: '2'
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
### Applications Code Container #############################
|
|
|
|
|
|
|
|
applications:
|
|
|
|
image: tianon/true
|
|
|
|
volumes:
|
|
|
|
- applications-sync:/var/www:nocopy # nocopy is required
|
|
|
|
|
|
|
|
### Volumes Setup #############################################
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
applications-sync:
|
|
|
|
external:
|
2017-07-16 00:47:02 +02:00
|
|
|
name: "applications-docker-sync"
|