Update postgres Docker tag to v16 - autoclosed #71

Closed
renovate wants to merge 1 commits from renovate/postgres-16.x into master
13 changed files with 13 additions and 13 deletions

View File

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

View File

@ -32,7 +32,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

@ -30,7 +30,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

@ -57,7 +57,7 @@ services:
hard: 262144
db:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- ./postgres:/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

@ -53,7 +53,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

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

View File

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