Chad fbad19dc51
Finish OnlyOffice Setup (#13)
* Add newlines in output.

* Remove fancy DNS attempts to get NC and OO to talk. Just had to give NC the local IP through the Advanced settings. Yay!!
2023-08-22 04:38:52 +00:00

19 lines
303 B
Plaintext

# Example environment file for Nextcloud stack, should be copied as `.env`.
## Nextcloud ##
PHP_UPLOAD_LIMIT=5G
## MySQL ##
MYSQL_HOST=db
MYSQL_DATABASE=nextcloud
MYSQL_ROOT_PASSWORD=ChangeMe
MYSQL_USER=nc
MYSQL_PASSWORD=changeme
## REDIS ##
REDIS_HOST=redis
REDIS_HOST_PASSWORD=someredispassword