chore(deps): update postgres docker tag to v17 #70
7 changed files with 7 additions and 7 deletions
|
@ -79,7 +79,7 @@ services:
|
|||
- mail
|
||||
|
||||
pg-authentik:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-authentik
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
- forgejo
|
||||
|
||||
pg-forgejo:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-forgejo
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
|
@ -63,7 +63,7 @@ services:
|
|||
- hedgedoc
|
||||
|
||||
pg-hedgedoc:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-hedgedoc
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
|
@ -32,7 +32,7 @@ services:
|
|||
- matrix
|
||||
|
||||
pg-matrix:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-matrix
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
|
@ -67,7 +67,7 @@ services:
|
|||
- nextcloud
|
||||
|
||||
pg-nextcloud:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-nextcloud
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
- vaultwarden
|
||||
|
||||
pg-vaultwarden:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-vaultwarden
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
|
@ -59,7 +59,7 @@ services:
|
|||
- woodpecker
|
||||
|
||||
pg-woodpecker:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: pg-woodpecker
|
||||
restart: "${RESTART:-no}"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue