Updated docker-compose-production versions
Change-Id: Ie8abd533ed1a8b395eaff18e76970ed85cd12a3f
This commit is contained in:
parent
998715da9e
commit
1cb311b96a
@ -1,6 +1,6 @@
|
||||
surveil:
|
||||
#build: .
|
||||
image: surveil/surveil:0.10.3
|
||||
image: surveil/surveil:0.13.1
|
||||
links:
|
||||
- mongo
|
||||
- influxdb
|
||||
@ -18,7 +18,7 @@ surveil:
|
||||
|
||||
surveilosinterface:
|
||||
#build: .
|
||||
image: surveil/surveil:0.10.3
|
||||
image: surveil/surveil:0.13.1
|
||||
links:
|
||||
- surveil
|
||||
environment:
|
||||
@ -41,7 +41,7 @@ surveilosinterface:
|
||||
|
||||
alignak:
|
||||
#build: tools/docker/alignak_container/
|
||||
image: surveil/surveil-alignak:0.10.3
|
||||
image: surveil/surveil-alignak:0.13.1
|
||||
links:
|
||||
- mongo
|
||||
- influxdb
|
||||
@ -54,18 +54,18 @@ mongo:
|
||||
- "27017:27017"
|
||||
command:
|
||||
"mongod --smallfiles"
|
||||
volumes:
|
||||
- ./container-data/mongodb:/data/db
|
||||
# volumes:
|
||||
# - ./container-data/mongodb:/data/db
|
||||
|
||||
influxdb:
|
||||
image: surveil/influxdb:0.9.0
|
||||
image: surveil/influxdb:0.9.1
|
||||
environment:
|
||||
PRE_CREATE_DB: "db"
|
||||
ports:
|
||||
- "8083:8083"
|
||||
- "8086:8086"
|
||||
volumes:
|
||||
- ./container-data/influxdb:/data
|
||||
# volumes:
|
||||
# - ./container-data/influxdb:/data
|
||||
|
||||
grafana:
|
||||
image: surveil/grafana:2.1.0-pre1
|
||||
@ -77,7 +77,7 @@ grafana:
|
||||
- influxdb
|
||||
|
||||
bansho:
|
||||
image: surveil/bansho:0.12.2
|
||||
image: surveil/bansho:0.14.0
|
||||
environment:
|
||||
BANSHO_BACKEND: "surveil"
|
||||
#BANSHO_SURVEIL_URL: "http://surveil:5311/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user