removed diun, removed https redirect

handled by traefik
This commit is contained in:
2026-07-18 17:47:55 +02:00
parent 99ae0665a6
commit 1d87798722
2 changed files with 4 additions and 23 deletions

View File

@@ -7,18 +7,10 @@ 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=
TRAEFIK_MIDDLEWARES=hsts
# Nginx
NGINX_VERSION=1.22.0-alpine
NGINX_VERSION=alpine
NGINX_DATA=./data/httpdocs
NGINX_CONFIG=./data/nginx.conf
NGINX_SITECONFIG=./data/site.conf