chrisurwin e852d949df Template for convoy to support AWS EFS (#220)
* template for convoy to support AWS EFS

* Updated to set to rancher/convoy-agent:v0.10.0

* Removed Readme.md
2016-08-10 12:45:14 -07:00

24 lines
579 B
YAML

convoy-efs:
labels:
io.rancher.container.create_agent: 'true'
io.rancher.scheduler.global: 'true'
privileged: true
pid: host
volumes:
- /lib/modules:/lib/modules:ro
- /proc:/host/proc
- /var/run:/host/var/run
- /run:/host/run
- /etc/docker/plugins:/etc/docker/plugins
image: rancher/convoy-agent:v0.10.0
command: volume-agent-efs
convoy-efs-storagepool:
labels:
io.rancher.container.create_agent: 'true'
image: rancher/convoy-agent:v0.10.0
volumes:
- /var/run:/host/var/run
- /run:/host/run
command: storagepool-agent