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