Skip to content

Commit

Permalink
NOISSUE - Upgrade influxdb and postgres docker images (absmach#1341)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
manuio authored and fbugarski committed Mar 8, 2021
1 parent f585900 commit bd497f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/addons/bootstrap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ volumes:

services:
bootstrap-db:
image: postgres:10.2-alpine
image: postgres:10.8-alpine
container_name: mainflux-bootstrap-db
restart: on-failure
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/addons/certs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ volumes:

services:
certs-db:
image: postgres:10.2-alpine
image: postgres:10.8-alpine
container_name: mainflux-certs-db
restart: on-failure
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker/addons/influxdb-writer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ volumes:

services:
influxdb:
image: influxdb:1.6.4-alpine
image: influxdb:1.8.3-alpine
container_name: mainflux-influxdb
restart: on-failure
environment:
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- ./config.toml:/config.toml

grafana:
image: grafana/grafana:5.1.3
image: grafana/grafana:7.3.7
container_name: mainflux-grafana
depends_on:
- influxdb
Expand Down
2 changes: 1 addition & 1 deletion docker/addons/postgres-writer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ volumes:

services:
postgres:
image: postgres:10.2-alpine
image: postgres:10.8-alpine
container_name: mainflux-postgres
restart: on-failure
environment:
Expand Down

0 comments on commit bd497f4

Please sign in to comment.