71576f4e42
The Horizon dashboard was not working properly prior to this work. Also a docker-compose file was added to start the dashboard. Change-Id: I8a438c15b967b0cec00bfe44b997f833bf745191
8 lines
126 B
YAML
8 lines
126 B
YAML
horizon:
|
|
image: kollaglue/centos-rdo-horizon
|
|
name: horizon
|
|
net: "host"
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|