docker-compose.yaml/nextcloud/.env

18 lines
334 B
Bash
Raw Normal View History

2024-08-10 09:07:11 +00:00
# Environment file for docker-compose.yaml
# Generate new passwords with:
# openssl rand -hex 32
# Fill in registry
REGISTRY=
# Nextcloud
NEXTCLOUD_PORT=
NEXTCLOUD_DBNAME=
NEXTCLOUD_DBUSER=
NEXTCLOUD_DBPASS=
# Onlyoffice Document Server
ONLYOFFICE_DS_JWTSECRET=
ONLYOFFICE_DS_JWTHEADER=
ONLYOFFICE_DS_DBNAME=
ONLYOFFICE_DS_DBUSER=