Updated docker-compose-production versions
Change-Id: I9821ef6bef9bfb0f165ae5cda3057d9c7aaa0c58
This commit is contained in:
parent
2702a4646c
commit
83688f7fe2
@ -12,11 +12,12 @@ and flexible monitoring for OpenStack.
|
||||
Project Info
|
||||
############
|
||||
|
||||
* Wiki: https://wiki.openstack.org/wiki/Surveil
|
||||
* IRC: #surveil at freenode
|
||||
* Documentation: https://surveil.readthedocs.org/
|
||||
* IRC: #surveil at freenode
|
||||
* Wiki: https://wiki.openstack.org/wiki/Surveil
|
||||
* Open Gerrit Changesets: https://review.openstack.org/#/q/status:open+surveil,n,z
|
||||
* Bug tracker: https://bugs.launchpad.net/surveil
|
||||
* Bansho (Surveil Web UI): https://github.com/stackforge/bansho
|
||||
|
||||
|
||||
Getting started
|
||||
|
@ -1,6 +1,6 @@
|
||||
surveil:
|
||||
#build: .
|
||||
image: savoirfairelinux/surveil:0.4.1
|
||||
image: savoirfairelinux/surveil:0.4.2
|
||||
links:
|
||||
- mongo
|
||||
- influxdb
|
||||
@ -18,7 +18,7 @@ surveil:
|
||||
|
||||
shinken:
|
||||
#build: tools/docker/shinken_container/
|
||||
image: savoirfairelinux/surveil-shinken:0.4.1
|
||||
image: savoirfairelinux/surveil-shinken:0.4.2
|
||||
links:
|
||||
- mongo
|
||||
- influxdb
|
||||
@ -35,7 +35,7 @@ mongo:
|
||||
- ./container-data/mongodb:/data/db
|
||||
|
||||
influxdb:
|
||||
image: savoirfairelinux/influxdb
|
||||
image: savoirfairelinux/influxdb:0.9.0-rc30
|
||||
environment:
|
||||
PRE_CREATE_DB: "db"
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user