Compare commits
No commits in common. '0bf2a34edddbad6f1976ea4e5b677170330b7e71' and '2a010e03aa21b3c7d0836955129cfd39c130bd3c' have entirely different histories.
0bf2a34edd
...
2a010e03aa
@ -1,22 +0,0 @@
|
|||||||
# TODO generate
|
|
||||||
DOMAIN="nextcloud.nassella.cc"
|
|
||||||
|
|
||||||
NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN}
|
|
||||||
|
|
||||||
# reverse proxy config
|
|
||||||
OVERWRITEHOST=${DOMAIN}
|
|
||||||
OVERWRITECLIURL=https://${DOMAIN}
|
|
||||||
OVERWRITEPROTOCOL=https
|
|
||||||
TRUSTED_PROXIES=172.16.0.0/24 # trust the local lb
|
|
||||||
PHP_MEMORY_LIMIT=1G
|
|
||||||
PHP_UPLOAD_LIMIT=10G
|
|
||||||
POSTGRES_HOST=db
|
|
||||||
POSTGRES_DB_FILE=/run/secrets/postgres_db
|
|
||||||
POSTGRES_USER_FILE=/run/secrets/postgres_user
|
|
||||||
POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
|
|
||||||
# admin user
|
|
||||||
NEXTCLOUD_ADMIN_PASSWORD_FILE=/run/secrets/nextcloud_admin_password
|
|
||||||
NEXTCLOUD_ADMIN_USER_FILE=/run/secrets/nextcloud_admin_user
|
|
||||||
# redis
|
|
||||||
REDIS_HOST=redis
|
|
||||||
REDIS_HOST_PASSWORD_FILE=/run/secrets/redis_password
|
|
Loading…
Reference in New Issue