first code commit

portainer deployment
This commit is contained in:
2023-07-23 15:28:14 +02:00
parent d645f00b39
commit ee563e27a0
3 changed files with 81 additions and 0 deletions

26
env.example Normal file
View File

@@ -0,0 +1,26 @@
# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
TRAEFIK_ROUTER=portainer_example_com
TRAEFIK_SERVICE=portainer_example_com
TRAEFIK_SERVICE_PORT=9000
TRAEFIK_MATCHRULE=Host(`portainer.example.com`)
TRAEFIK_EDGEROUTER=edge_portainer_example_com
TRAEFIK_EDGESERVICE=edge_portainer_example_com
TRAEFIK_EDGESERVICE_PORT=8000
TRAEFIK_EDGEMATCHRULE=Host(`edge.portainer.example.com`)
TRAEFIK_TLSENABLED=true
TRAEFIK_CERTRESOLVER=letsencrypt
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Diun
DIUN_ENABLE=true
DIUN_WATCHREPO=true
DIUN_SORTALGO=semver
DIUN_INCLUDE=
DIUN_EXCLUDE=
# Portainer
PORTAINER_VERSION=2.18.4-alpine
PORTAINER_DATA=./data