-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.example
21 lines (19 loc) · 1.11 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
COMPOSE_FILE=docker-compose.yml:docker-compose.labels.yml
COMPOSE_PATH_SEPARATOR=:
#------------------------------------------------------------------------------#
# Host names #
#------------------------------------------------------------------------------#
# Uses localhost for local testing. These should be updated to reflect host names
# you own. You can add additional hosts here as well.
HANDLE_ERRORS_HOST=docker.localhost
TRAEFIK_DASHBOARD_HOST=traefik.docker.localhost
WHOAMI_HOST=whoami.docker.localhost
SECURE_HOST=secure.docker.localhost
AUTH_SERVER_HOST=auth.docker.localhost
# The AUTH_REDIRECT should follow the pattern http://authelia:9091/api/verify?rd=https://<AUTH_SERVER_HOST>/
AUTH_REDIRECT=http://authelia:9091/api/verify?rd=https://auth.docker.localhost/
#------------------------------------------------------------------------------#
# Postgres Configuration #
#------------------------------------------------------------------------------#
POSTGRES_DB=authelia
POSTGRES_USER=authelia