Updated docker-compose-production image versions
Change-Id: I1eb3e792e20016eb0bf4dea1d2563452c831ae2b
This commit is contained in:
parent
11cbf5c40c
commit
afc1d0c522
@ -1,6 +1,6 @@
|
|||||||
surveil:
|
surveil:
|
||||||
#build: .
|
#build: .
|
||||||
image: savoirfairelinux/surveil:0.1.0
|
image: savoirfairelinux/surveil:0.2.0
|
||||||
links:
|
links:
|
||||||
- mongo
|
- mongo
|
||||||
- influxdb
|
- influxdb
|
||||||
@ -9,10 +9,12 @@ surveil:
|
|||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
PBR_VERSION: "PROD"
|
PBR_VERSION: "PROD"
|
||||||
|
#SURVEIL_AUTH_BACKEND: "keystone"
|
||||||
|
#SURVEIL_KEYSTONE_ENDPOINT: "198.72.123.131"
|
||||||
|
|
||||||
shinken:
|
shinken:
|
||||||
#build: tools/docker/shinken_container/
|
#build: tools/docker/shinken_container/
|
||||||
image: savoirfairelinux/surveil-shinken:0.1.0
|
image: savoirfairelinux/surveil-shinken:0.2.0
|
||||||
links:
|
links:
|
||||||
- mongo
|
- mongo
|
||||||
- influxdb
|
- influxdb
|
||||||
@ -52,10 +54,11 @@ grafana:
|
|||||||
- influxdb
|
- influxdb
|
||||||
|
|
||||||
bansho:
|
bansho:
|
||||||
image: savoirfairelinux/bansho:0.2.0
|
image: savoirfairelinux/bansho:0.3.0
|
||||||
environment:
|
environment:
|
||||||
BANSHO_BACKEND: "surveil"
|
BANSHO_BACKEND: "surveil"
|
||||||
BANSHO_SURVEIL_URL: "http://surveil:8080/"
|
#BANSHO_SURVEIL_URL: "http://surveil:8080/"
|
||||||
|
#BANSHO_AUTH_URL: "http://198.72.123.131:5000/v2.0/"
|
||||||
ports:
|
ports:
|
||||||
- "80:8888"
|
- "80:8888"
|
||||||
links:
|
links:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user