nginx/env.example

25 lines
590 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_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Diun
DIUN_NGINX_ENABLE=true
DIUN_NGINX_WATCHREPO=true
DIUN_NGINX_SORTALGO=semver
DIUN_NGINX_INCLUDE=[0-9]\.[0-9]\.[0-9]-alpine
DIUN_NGINX_EXCLUDE=
# Nginx
NGINX_VERSION=1.22.0-alpine
NGINX_DATA=./data/httpdocs
NGINX_CONFIG=./data/nginx.conf
NGINX_SITECONFIG=./data/site.conf