You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
TYPE=wordpress
|
|
|
|
DOMAIN=wordpress.example.com
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.wordpress.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
## Additional extensions
|
|
#PHP_EXTENSIONS="calendar"
|
|
|
|
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
|
|
# Mostly for compatibility with existing database dumps...
|
|
#WORDPRESS_TABLE_PREFIX=wp_
|
|
|
|
# Multisite
|
|
#WORDPRESS_CONFIG_EXTRA="\
|
|
# define('WP_CACHE', false);\
|
|
# define('WP_ALLOW_MULTISITE', true );"
|
|
|
|
# Multisite phase 2 (see README)
|
|
# WORDPRESS_CONFIG_EXTRA="define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', '${DOMAIN}'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('FORCE_SSL_ADMIN', true ); define('COOKIE_DOMAIN', \$_SERVER['HTTP_HOST']);"
|
|
|
|
# Local SMTP relay
|
|
#COMPOSE_FILE="compose.yml:compose.mailrelay.yml"
|
|
#SMTP_HOST="postfix_relay_app"
|
|
#MAIL_FROM="wordpress@example.com"
|
|
|
|
# Remote SMTP relay
|
|
#COMPOSE_FILE="compose.yml:compose.mailrelay.yml:compose.smtp.yml"
|
|
#SMTP_HOST="mail.example.com"
|
|
#MAIL_FROM="wordpress@example.com"
|
|
#SMTP_PORT=587
|
|
#SMTP_AUTH=on
|
|
#SMTP_TLS=on
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|