mirror of
https://github.com/ghndrx/docker-compose.git
synced 2026-02-10 06:45:14 +00:00
-refactor file names .yml
-update gitignore for all .env -segment docker-compose.ymls in folders for each app instead of one mega .yml
This commit is contained in:
14
nextcloud/docker-env.env.example
Normal file
14
nextcloud/docker-env.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- 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
|
||||
|
||||
Reference in New Issue
Block a user