Skip to content

Commit

Permalink
chore(deps): update bitnami/postgresql docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 3b22ff9 commit 822be74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions infrastructure/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
aliases:
- habitcentric.demo
auth-keycloak-db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
environment:
POSTGRESQL_USER: keycloak
POSTGRESQL_PASSWORD: password
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
networks:
- habitcentric-net
habit-db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
restart: always
environment:
POSTGRESQL_PASSWORD: postgres
Expand All @@ -92,7 +92,7 @@ services:
networks:
- habitcentric-net
track-db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
restart: always
environment:
POSTGRESQL_PASSWORD: postgres
Expand Down
6 changes: 3 additions & 3 deletions services/gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
aliases:
- habitcentric.demo
auth-keycloak-db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
environment:
POSTGRESQL_USER: keycloak
POSTGRESQL_PASSWORD: password
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
networks:
- habitcentric-net
habit-db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
restart: always
environment:
POSTGRESQL_PASSWORD: postgres
Expand All @@ -90,7 +90,7 @@ services:
networks:
- habitcentric-net
track-db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
restart: always
environment:
POSTGRESQL_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion services/habit/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.1'
services:
db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
restart: always
ports:
- 10001:10001
Expand Down
2 changes: 1 addition & 1 deletion services/track/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.1'
services:
db:
image: bitnami/postgresql:15
image: bitnami/postgresql:17
restart: always
ports:
- "10002:10002"
Expand Down

0 comments on commit 822be74

Please sign in to comment.