Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/postgres docker tag to v17 #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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