updates: nextcloud, gitea

This commit is contained in:
2023-03-06 18:22:21 -08:00
parent 14f79e9990
commit 07bc176758
3 changed files with 7 additions and 3 deletions

View File

@@ -23,3 +23,6 @@ GITEA__security__SECRET_KEY="{{ secret_key }}"
GITEA__security__INTERNAL_TOKEN="{{ internal_token }}"
GITEA__oauth2__JWT_SECRET="{{ jwt_secret }}"
# Indexer
GITEA__indexer__REPO_INDEXER_ENABLED=true

View File

@@ -0,0 +1 @@
NEXTCLOUD_VERSION=25-fpm-alpine

View File

@@ -13,7 +13,7 @@ volumes:
services:
app:
image: nextcloud:24-fpm-alpine
image: nextcloud:${NEXTCLOUD_VERSION}
container_name: nextcloud_app
restart: unless-stopped
depends_on:
@@ -29,7 +29,7 @@ services:
- nextcloud_data:/var/www/html/data
cron:
image: nextcloud:24-fpm-alpine
image: nextcloud:${NEXTCLOUD_VERSION}
container_name: nextcloud_cron
restart: unless-stopped
depends_on:
@@ -41,7 +41,7 @@ services:
- app
notify_push:
image: nextcloud:24-fpm-alpine
image: nextcloud:${NEXTCLOUD_VERSION}
container_name: nextcloud_notify_push
restart: unless-stopped
depends_on: