image: debian:wheezy
volumes:
- /var/www/static
- command: true
+ command: "true"
log:
image: debian:wheezy
- /var/log/postgres
- /var/log/uwsgi
- /var/log/elasticsearch
- command: /bin/true
+ command: "true"
lib:
image: debian:wheezy
- /var/lib/rabbitmq
- /var/lib/postgres
- ./var/lib/mysql:/var/lib/mysql
- - ./var/lib/elasticseach:/var/lib/elasticseach
- command: /bin/true
+ - ./var/lib/elasticsearch:/var/lib/elasticsearch
+ command: "true"
home:
image: debian:wheezy
volumes:
- ./examples/sandbox:/home/sandbox
- command: /bin/true
+ command: "true"
db:
image: mysql
- log
links:
- app
-