a5fa276c3a
Revert commit so that master will use the tag latest Change-Id: If31c77cb288090dd5c780d684df41197df5b7fc2
16 lines
298 B
YAML
16 lines
298 B
YAML
gnocchiapi:
|
|
image: kollaglue/centos-rdo-gnocchi-api:latest
|
|
name: gnocchiapi
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|
|
net: "host"
|
|
|
|
gnocchistatsd:
|
|
image: kollaglue/centos-rdo-gnocchi-statsd:latest
|
|
name: gnocchistatsd
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|
|
net: "host"
|