Skip to content
Snippets Groups Projects
Commit 0e1d73f4 authored by renovatebot's avatar renovatebot
Browse files

Update postgres Docker tag to v17

parent a1b18bf1
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
db: db:
image: postgres:16 image: postgres:17
restart: always restart: always
volumes: volumes:
- /srv/matrix/db:/var/lib/postgresql/data - /srv/matrix/db:/var/lib/postgresql/data
......
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
db: db:
image: postgres:13 image: postgres:17
restart: always restart: always
volumes: volumes:
- "{{ basedir }}/db:/var/lib/postgresql/data" - "{{ basedir }}/db:/var/lib/postgresql/data"
......
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
db: db:
image: postgres:16-alpine image: postgres:17-alpine
restart: always restart: always
volumes: volumes:
- "{{ basedir }}/db:/var/lib/postgresql/data" - "{{ basedir }}/db:/var/lib/postgresql/data"
......
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
db: db:
image: postgres:13.6 image: postgres:17.4
restart: always restart: always
volumes: volumes:
- /srv/keycloak/db:/var/lib/postgresql/data - /srv/keycloak/db:/var/lib/postgresql/data
......
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
db: db:
image: postgres:16 image: postgres:17
restart: always restart: always
volumes: volumes:
- {{ basedir }}/db:/var/lib/postgresql/data - {{ basedir }}/db:/var/lib/postgresql/data
......
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
db: db:
image: postgres:16-alpine image: postgres:17-alpine
restart: always restart: always
volumes: volumes:
- "{{ basedir }}/db:/var/lib/postgresql/data" - "{{ basedir }}/db:/var/lib/postgresql/data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment