kolla/compose/galeradb.yml
Ryan Hallisey a5fa276c3a Revert "Merge "Updated all tags for Liberty2""
Revert commit so that master will use the tag latest

Change-Id: If31c77cb288090dd5c780d684df41197df5b7fc2
2015-08-06 12:57:12 -04:00

15 lines
300 B
YAML

galeradbdata:
image: kollaglue/centos-rdo-mariadb-data:latest
name: galeradb-data
restart: on-failure
galeraapp:
image: kollaglue/centos-rdo-galera:latest
name: galera-app
restart: always
net: "host"
privileged: true
env_file:
- openstack.env
volumes_from:
- galeradbdata