chore(deps): update postgres docker tag to v16
This commit is contained in:
parent
e1b1b90bbb
commit
83f8d00027
7 changed files with 7 additions and 7 deletions
|
@ -80,7 +80,7 @@ services:
|
||||||
- mail
|
- mail
|
||||||
|
|
||||||
pg-authentik:
|
pg-authentik:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-authentik
|
container_name: pg-authentik
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -43,7 +43,7 @@ services:
|
||||||
- forgejo
|
- forgejo
|
||||||
|
|
||||||
pg-forgejo:
|
pg-forgejo:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-forgejo
|
container_name: pg-forgejo
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -61,7 +61,7 @@ services:
|
||||||
- hedgedoc
|
- hedgedoc
|
||||||
|
|
||||||
pg-hedgedoc:
|
pg-hedgedoc:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-hedgedoc
|
container_name: pg-hedgedoc
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- matrix
|
- matrix
|
||||||
|
|
||||||
pg-matrix:
|
pg-matrix:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-matrix
|
container_name: pg-matrix
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -62,7 +62,7 @@ services:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
pg-nextcloud:
|
pg-nextcloud:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-nextcloud
|
container_name: pg-nextcloud
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -40,7 +40,7 @@ services:
|
||||||
- vaultwarden
|
- vaultwarden
|
||||||
|
|
||||||
pg-vaultwarden:
|
pg-vaultwarden:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-vaultwarden
|
container_name: pg-vaultwarden
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -61,7 +61,7 @@ services:
|
||||||
- woodpecker
|
- woodpecker
|
||||||
|
|
||||||
pg-woodpecker:
|
pg-woodpecker:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: pg-woodpecker
|
container_name: pg-woodpecker
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue