Skip to content

Commit

Permalink
chore(deps): update docker.io/postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 751e466 commit 47d8712
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ services:
# database for nextcloud
nextcloud-postgres:
<<: *common
image: docker.io/postgres:15-bookworm
image: docker.io/postgres:17-bookworm
cpu_count: 2
mem_limit: 2G
memswap_limit: 2G
Expand Down Expand Up @@ -904,7 +904,7 @@ services:

miniflux-db:
<<: *common
image: docker.io/postgres:16-bookworm
image: docker.io/postgres:17-bookworm
cpu_count: 2
mem_limit: 2G
memswap_limit: 2G
Expand Down Expand Up @@ -944,7 +944,7 @@ services:

tandoor-db:
<<: *common
image: docker.io/postgres:16-bookworm
image: docker.io/postgres:17-bookworm
cpu_count: 2
mem_limit: 500M
memswap_limit: 500M
Expand Down Expand Up @@ -1321,7 +1321,7 @@ services:

lldap-db:
<<: *common
image: docker.io/postgres:16-bookworm
image: docker.io/postgres:17-bookworm
cpu_count: 2
mem_limit: 250M
memswap_limit: 250M
Expand Down Expand Up @@ -1469,7 +1469,7 @@ services:
# DB for authelia
authelia-db:
<<: *common
image: docker.io/postgres:14-bookworm
image: docker.io/postgres:17-bookworm
cpu_count: 2
mem_limit: 500M
memswap_limit: 500M
Expand Down

0 comments on commit 47d8712

Please sign in to comment.