This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/nextcloud/nc.env.example

22 lines
395 B
Plaintext

# 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=