Added initial working nextcloud config

This commit is contained in:
Jef Roosens 2021-01-05 12:58:45 +01:00
parent eee1de9a36
commit 102aaa59e4
3 changed files with 31 additions and 6 deletions

21
nextcloud/nc.env.example Normal file
View file

@ -0,0 +1,21 @@
# Database
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
POSTGRES_PASSWORD=pass
POSTGRES_HOST=db
# Redis
REDIS_HOST=redis
# Admin Settings
NEXTCLOUD_ADMIN_USER=root
NEXTCLOUD_ADMIN_PASSWORD=changeme
# Not sure if this one is needed
APACHE_DISABLE_REWRITE_IP=1
# Allow usage with nginx container
TRUSTED_PROXIES=nginx
# Put the URL of your nextcloud instance here
NEXTCLOUD_TRUSTED_DOMAINS=