portainer/env.example

28 lines
710 B
Plaintext

# 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_REPO=portainer/portainer-ce
PORTAINER_VERSION=2.18.4-alpine
PORTAINER_DATA=./data