WIP: updates: postgres

This commit is contained in:
2024-06-29 22:59:32 -07:00
parent a8bc344aa2
commit 7f97f206b0
5 changed files with 33 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ networks:
services:
server:
image: gitea/gitea:1.21
image: gitea/gitea:1.22
container_name: gitea_server
labels:
- {{ helpers.traefik_labels('gitea', port='3000') | indent(6) }}
@@ -22,7 +22,7 @@ services:
depends_on:
- db
db:
image: postgres:14-alpine
image: postgres:16-alpine
container_name: gitea_db
restart: unless-stopped
env_file:

View File

@@ -1 +1 @@
NEXTCLOUD_VERSION=28-fpm-alpine
NEXTCLOUD_VERSION=29-fpm-alpine

View File

@@ -54,7 +54,7 @@ services:
- {{ base_volume_path }}/nextcloud/nextcloud_data:/var/www/html/data
db:
image: postgres:13-alpine
image: postgres:16-alpine
container_name: nextcloud_db
restart: unless-stopped
env_file:

View File

@@ -37,7 +37,7 @@ services:
- {{ base_volume_path }}/authentik/certs:/certs
postgres:
image: postgres:12-alpine
image: postgres:16-alpine
container_name: authentik_postgres
restart: unless-stopped
env_file: