-
Notifications
You must be signed in to change notification settings - Fork 3
/
example.env
34 lines (26 loc) · 1.1 KB
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Docker Compose can read environment variables from this file.
# See https://docs.docker.com/compose/env-file/
# Put admin areas behind a login prompt, with username and password
# specified here. Run `htpasswd -n admin` to create a password hash
# for user "admin". Paste the output here. SSL strongly recommended.
BASIC_AUTH=
# Let's Encrypt needs an email address for registration.
ACME_EMAIL=
# The email address your server should email from
# Note: this just sets the email address, no proper SMTP login is set
# up so you'll likely want to make a spam filter exception for these messages
SERVER_EMAIL=
# You can comma-separate multiple domains if need be (e.g. for www.)
DOMAINS_BLOG=
DOMAINS_TRAEFIK=
DOMAINS_MATOMO=
# The main URL of your blog. Ghost needs this when using Traefik
# or it'll confusinglyy think its URL is localhost, breaking things
# like your cover image or the "visit site" link in the Dashboard
BLOG_URL=
# Set a secure password for the MySQL root user.
DB_ROOT_PASSWORD=
# Set the MySQL database name, user and password for that Matomo and Ghost will use.
DB_NAME=
DB_USER=
DB_PASSWORD=