mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00
NOISSUE - Upgrade influxdb and postgres docker images (#1341)
* NOISSUE - Upgrade influxdb and postgres docker images Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Upgrade grafana version Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Upgrade influxdb to 1.8.3-alpine Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
This commit is contained in:
parent
8c87ee8328
commit
1bf485b71b
@ -17,7 +17,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
bootstrap-db:
|
bootstrap-db:
|
||||||
image: postgres:10.2-alpine
|
image: postgres:10.8-alpine
|
||||||
container_name: mainflux-bootstrap-db
|
container_name: mainflux-bootstrap-db
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
|
@ -18,7 +18,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
certs-db:
|
certs-db:
|
||||||
image: postgres:10.2-alpine
|
image: postgres:10.8-alpine
|
||||||
container_name: mainflux-certs-db
|
container_name: mainflux-certs-db
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
|
@ -18,7 +18,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:1.6.4-alpine
|
image: influxdb:1.8.3-alpine
|
||||||
container_name: mainflux-influxdb
|
container_name: mainflux-influxdb
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
@ -58,7 +58,7 @@ services:
|
|||||||
- ./config.toml:/config.toml
|
- ./config.toml:/config.toml
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:5.1.3
|
image: grafana/grafana:7.3.7
|
||||||
container_name: mainflux-grafana
|
container_name: mainflux-grafana
|
||||||
depends_on:
|
depends_on:
|
||||||
- influxdb
|
- influxdb
|
||||||
|
@ -19,7 +19,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:10.2-alpine
|
image: postgres:10.8-alpine
|
||||||
container_name: mainflux-postgres
|
container_name: mainflux-postgres
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user