Updated nextcloud and collabora versions on provision
This commit is contained in:
parent
7645a334b4
commit
7b3d100fda
@ -53,7 +53,7 @@ networks:
|
||||
EOF
|
||||
|
||||
cat > /federated/apps/collabora/.env <<EOF
|
||||
IMAGE_VERSION=24.04.1.3.1
|
||||
IMAGE_VERSION=24.04.9.2.1
|
||||
domain=nextcloud.$DOMAIN
|
||||
server_name=collabora.$DOMAIN
|
||||
extra_params="--o:ssl.enable=false --o:ssl.termination=true"
|
||||
|
@ -85,7 +85,7 @@ docker exec postgresql psql -U postgres -c "CREATE USER nextcloud WITH PASSWORD
|
||||
docker exec postgresql psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE nextcloud TO nextcloud" &> /dev/null
|
||||
|
||||
cat > /federated/apps/nextcloud/.env <<EOF
|
||||
IMAGE_VERSION=29.0.0
|
||||
IMAGE_VERSION=30.0.2
|
||||
NEXTCLOUD_UPDATE=1
|
||||
PHP_MEMORY_LIMIT=2048M
|
||||
PHP_UPLOAD_LIMIT=2048M
|
||||
|
Loading…
x
Reference in New Issue
Block a user