mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
nextcloud upload limits modified and traefik buffering added
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- rclone.storage=storagebox-crypt
|
- rclone.storage=storagebox-crypt
|
||||||
|
- traefik.http.middlewares.nextcloud-buffering.buffering.maxRequestBodyBytes=0
|
||||||
|
- traefik.http.routers.nextcloud.middlewares=nextcloud-buffering
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_data:/var/www/html
|
- nextcloud_data:/var/www/html
|
||||||
- /media/storagebox-crypt/nextcloud:/mnt/storagebox
|
- /media/storagebox-crypt/nextcloud:/mnt/storagebox
|
||||||
@@ -14,6 +16,8 @@ services:
|
|||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
- MYSQL_PASSWORD=${MYSQL_SECRET_PASSWORD}
|
- MYSQL_PASSWORD=${MYSQL_SECRET_PASSWORD}
|
||||||
- OVERWRITEPROTOCOL=https
|
- OVERWRITEPROTOCOL=https
|
||||||
|
- PHP_UPLOAD_LIMIT=10G
|
||||||
|
- PHP_MEMORY_LIMIT=1024M
|
||||||
|
|
||||||
nextcloud_db:
|
nextcloud_db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
|
|||||||
Reference in New Issue
Block a user