1st commit - refined 2019 cfg + AI made README (I despise writing docs so it was either letting AI write README or having none, sorry)
This commit is contained in:
15
docker/.env.example
Normal file
15
docker/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
ENV_BASE_DIR=/opt/nextcloud
|
||||
ENV_MARIADB_VERSION=11.8-ubi9
|
||||
ENV_REDIS_VERSION=7.4.9-alpine
|
||||
ENV_MEMCACHED_VERSION=alpine3.23
|
||||
|
||||
ENV_MYSQL_USER=nextcloud
|
||||
ENV_MYSQL_DATABASE=nextcloud
|
||||
|
||||
ENV_BACKUP_VERSION=1.2.0
|
||||
ENV_BACKUP_S3_BUCKET=
|
||||
ENV_BACKUP_S3_PREFIX=nextcloud-db
|
||||
ENV_BACKUP_S3_REGION=us-east-1
|
||||
ENV_BACKUP_S3_ACCESS_KEY=
|
||||
ENV_BACKUP_S3_SECRET_KEY=
|
||||
ENV_BACKUP_S3_ENDPOINT=
|
||||
Reference in New Issue
Block a user