Add Domain and certresolver

This commit is contained in:
2025-02-02 09:32:22 +02:00
parent 52094a036d
commit 43e4e1543b

View File

@@ -9,15 +9,24 @@ TZ=Europe/HelsinkI
DOCKERDIR=/gurulandia/data DOCKERDIR=/gurulandia/data
SECRETSDIR=/gurulandia/docker-shared/secrets SECRETSDIR=/gurulandia/docker-shared/secrets
##### DOMAIN
DOMAINNAME0=gurulandia.eu
DOMAINNAME1=lab.gurulandia.eu
DOMAINNAME2=gurulandia.fi
DOMAINNAME3=home.gurulandia.fi
CERTRESOLVER=dns-cloudflare
##### ProxyName ##### ProxyName
#PROXYNAME=proxy #PROXYNAME=proxy
##### Gotify Container ##### Gotify Container
GOTIFY_CONTAINER_NAME=gotify-server GOTIFY_CONTAINER_NAME=gotify-server
GOTIFY_IMAGE=gotify/serve GOTIFY_IMAGE=gotify/server
GOTIFY_TAG=latest GOTIFY_TAG=latest
GOTIFY_RESTART_POLICY=unless-stopped GOTIFY_RESTART_POLICY=unless-stopped
GOTIFY_PORT=8080 GOTIFY_PORT=8080
GOTIFY_HOST_NAME=gotify
##### Apprise Container ##### Apprise Container
APPRISE_CONTAINER_NAME=apprise-api APPRISE_CONTAINER_NAME=apprise-api