68594d873f
This represents the Juno release of the images. Partially-implements: blueprint port-kilo Change-Id: I2837ec25a2aa093b7fff7519f3ed608ec93736bf
15 lines
280 B
YAML
15 lines
280 B
YAML
mariadbdata:
|
|
image: kollaglue/centos-rdo-mariadb-data:juno
|
|
name: mariadbdata
|
|
restart: on-failure
|
|
|
|
mariadbapp:
|
|
image: kollaglue/centos-rdo-mariadb-app:juno
|
|
name: mariadbapp
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|
|
volumes_from:
|
|
- mariadbdata
|
|
net: "host"
|