Update postgres Docker tag to v17

This commit is contained in:
Renovate
2024-09-27 08:01:12 +01:00
parent df43e412f3
commit e5c87e4f1a
14 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ services:
- 4242:4242
db:
image: postgres:14-alpine
image: postgres:17-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=quassel

View File

@@ -22,7 +22,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: postgres:17-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=synapse

View File

@@ -53,7 +53,7 @@ services:
- app
db:
image: postgres:14-alpine
image: postgres:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data

View File

@@ -35,7 +35,7 @@ services:
- /mnt/speed/dbs/redis/wallabag:/data
db:
image: postgres:14-alpine
image: postgres:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data