
This represents making build-docker-images --release build with the icehouse tag and causes docker-compsoe to pull from the icehouse tag. Partially-implements: blueprint port-kilo Change-Id: I66b2c39abc55c0f47152dd90e696fc46b9c58f50
15 lines
288 B
YAML
15 lines
288 B
YAML
mariadbdata:
|
|
image: kollaglue/centos-rdo-mariadb-data:icehouse
|
|
name: mariadbdata
|
|
restart: on-failure
|
|
|
|
mariadbapp:
|
|
image: kollaglue/centos-rdo-mariadb-app:icehouse
|
|
name: mariadbapp
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|
|
volumes_from:
|
|
- mariadbdata
|
|
net: "host"
|