You've already forked portainer
first code commit
portainer deployment
This commit is contained in:
26
env.example
Normal file
26
env.example
Normal 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
|
Reference in New Issue
Block a user