Update postgres Docker tag to v16
/ ansible (push) Failing after 51s Details
/ terraform (push) Failing after 58s Details

This commit is contained in:
Renovate 2024-04-22 08:00:26 +01:00
parent ee96e6ab08
commit 3970841a8c
14 changed files with 14 additions and 14 deletions

View File

@ -59,7 +59,7 @@ services:
- server
db:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/authentik:/var/lib/postgresql/data

View File

@ -25,7 +25,7 @@ services:
- COMMENTO_GITLAB_SECRET={{ vault_commento_gitlab_application_secret }}
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data

View File

@ -31,7 +31,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data

View File

@ -44,7 +44,7 @@ services:
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/mastodon:/var/lib/postgresql/data

View File

@ -44,7 +44,7 @@ services:
hard: 262144
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data

View File

@ -37,7 +37,7 @@ services:
- renderer
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data

View File

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

View File

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

View File

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

View File

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

View File

@ -36,7 +36,7 @@ services:
- /opt/recipes/staticfiles
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data

View File

@ -37,7 +37,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data

View File

@ -40,7 +40,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data

View File

@ -31,7 +31,7 @@ services:
- redis
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data