You've already forked nginx
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
# Træfik
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_NETWORK=traefik
|
|
TRAEFIK_ROUTER=app_example_com
|
|
TRAEFIK_SERVICE=app_example_com
|
|
TRAEFIK_SERVICE_PORT=80
|
|
TRAEFIK_MATCHRULE=Host(`app.example.com`)
|
|
TRAEFIK_TLSENABLED=true
|
|
TRAEFIK_CERTRESOLVER=letsencrypt
|
|
TRAEFIK_MIDDLEWARES=hsts
|
|
|
|
# Nginx
|
|
NGINX_VERSION=alpine
|
|
NGINX_DATA=./data/httpdocs
|
|
NGINX_CONFIG=./data/nginx.conf
|
|
NGINX_SITECONFIG=./data/site.conf
|