Added new parameter IMG_NEXTCLOUD_OVERRIDE defaulting to nextcloud.yaml

merge-requests/60/head
Roger Garcia 2022-12-20 17:21:55 +01:00 committed by Evilham
parent c7d172f916
commit db4a6d14e9
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ services:
context: ${BUILD_APPS_ROOT_PATH}/docker/nextcloud
dockerfile: Dockerfile
args:
- IMG=${NEXTCLOUD_IMG}
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:21.0.5-fpm-alpine}
container_name: dd-apps-nextcloud-app
restart: unless-stopped
depends_on:

View File

@ -162,7 +162,8 @@ MOODLE_MAX_EXECUTION_TIME=300
MOODLE_MEMORY_LIMIT=128M
## NEXTCLOUD
NEXTCLOUD_IMG=nextcloud:21.0.5-fpm-alpine
# If enabled overrides nextcloud.yaml default image
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:21.0.5-fpm-alpine
## ONLYOFFICE
ONLYOFFICE_IMG=alehoho/oo-ce-docker-license:6.3.1.32