mirror of
https://github.com/ghndrx/docker-compose.git
synced 2026-02-10 06:45:14 +00:00
-update gitignore for all .env -segment docker-compose.ymls in folders for each app instead of one mega .yml
15 lines
610 B
Plaintext
15 lines
610 B
Plaintext
<!-- This file contains environment variables for configuring Traefik, Nextcloud, and Ghost services. The variables include domain names, passwords, and database names. The commented out sections include configuration for Prometheus and Grafana services. -->
|
|
|
|
|
|
# Nextcloud configuration
|
|
NEXTCLOUD_DOMAIN=cloud.example.com
|
|
NEXTCLOUD_ADMIN_USER=admin
|
|
NEXTCLOUD_ADMIN_PASSWORD=Password123!
|
|
NEXTCLOUD_TRUSTED_DOMAINS=cloud.example.com
|
|
NEXTCLOUD_DB_NAME=nextcloud_db
|
|
NEXTCLOUD_DB_USER=nextcloud_user
|
|
NEXTCLOUD_DB_ROOT_PASSWORD=nextcloud_mysql
|
|
NEXTCLOUD_DB_PASSWORD=nextcloud_mysql
|
|
NEXTCLOUD_HOST=cloud.example.com
|
|
|