72d1ef47dd
This patch adds the docker-compose files, updates the docs, and adds cinder to the start command. Implements: blueprint container-set-storage-operation Change-Id: I5386851e2247c00696704dc26a8a286451d4bf59
10 lines
182 B
YAML
10 lines
182 B
YAML
cinderbackup:
|
|
image: kollaglue/centos-rdo-cinder-backup:latest
|
|
name: cinder-backup
|
|
net: host
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|
|
volumes:
|
|
- /dev:/dev
|