You've already forked nginx
turned base to nginx deployment
This commit is contained in:
15
env.example
15
env.example
@@ -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
|
||||
|
Reference in New Issue
Block a user