feat(infra): add Nextcloud stack with MariaDB and Redis, Traefik labels
This commit is contained in:
14
infra/apps/nextcloud/.env.example
Normal file
14
infra/apps/nextcloud/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Nextcloud stack configuration
|
||||
|
||||
NEXTCLOUD_DOMAIN=cloud.example.com
|
||||
|
||||
# Database
|
||||
NEXTCLOUD_DB_NAME=nextcloud
|
||||
NEXTCLOUD_DB_USER=nextcloud
|
||||
NEXTCLOUD_DB_PASSWORD=changeMe
|
||||
NEXTCLOUD_DB_ROOT_PASSWORD=changeMeRoot
|
||||
|
||||
# PHP tuning
|
||||
NEXTCLOUD_PHP_MEMORY_LIMIT=512M
|
||||
NEXTCLOUD_PHP_UPLOAD_LIMIT=1024M
|
||||
|
||||
Reference in New Issue
Block a user