turned base to nginx deployment

This commit is contained in:
2022-09-25 17:04:58 +02:00
parent 5ed1af1f7f
commit 0158f56beb
3 changed files with 21 additions and 13 deletions

View File

@@ -11,8 +11,13 @@ TRAEFIK_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Diun
DIUN_ENABLE=true
DIUN_WATCHREPO=true
DIUN_SORTALGO=semver
DIUN_INCLUDE=
DIUN_EXCLUDE=
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_CONFIG=./data/nginx.conf
NGINX_SITECONFIG=./data/site.conf