re-defined compose and .env file names

This commit is contained in:
Max Buz
2023-09-23 12:39:56 +02:00
committed by GitHub
parent 54e66e3af9
commit d147ed0310
15 changed files with 46 additions and 0 deletions

21
nextcloud/.env Normal file
View File

@@ -0,0 +1,21 @@
# Overall and upload PHP limits
PHP_MEMORY_LIMIT=2048M
PHP_UPLOAD_LIMIT=5120M
# Timezone
TZ=Europe/Warsaw
# Where config will be stored
CONFIG=/path/to/config_folder
# Where the data (files) will be stored
DATA=/path/to/data_folder
# MySQL password for the root account
MYSQL_ROOT_PASSWORD=super_duper_strong_password
# MySQL password for the nextcloud account
MYSQL_PASSWORD=another_one_strong_password
# Folder, where database will be stored
MARIADB=/path/to/mariadb/folder