surveil/docker-compose-common.yml
aviau 0809e0d8fb Added docker-compose production environment
Change-Id: I3c57a3b6933e98fe20cb10e65debb6c724e48445
2015-04-23 13:05:21 -04:00

27 lines
465 B
YAML

surveil:
build: .
shinken:
build: tools/docker/shinken_container/
mongo:
image: mongo
influxdb:
image: savoirfairelinux/influxdb
grafana:
image: savoirfairelinux/grafana
environment:
INFLUXDB_HOST: "influxdb"
INFLUXDB_PORT: "8086"
INFLUXDB_NAME: "db"
INFLUXDB_USER: "root"
INFLUXDB_PASS: "root"
bansho:
image: savoirfairelinux/bansho
environment:
BANSHO_BACKEND: "surveil"
BANSHO_SURVEIL_URL: "http://surveil:8080/"