You've already forked truecommand
added TrueCommand deployment
This commit is contained in:
22
env.example
Normal file
22
env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# Træfik
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_ROUTER=truecommand_example_com
|
||||
TRAEFIK_SERVICE=truecommand_example_com
|
||||
TRAEFIK_SERVICE_PORT=80
|
||||
TRAEFIK_MATCHRULE=Host(`truecommand.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=
|
||||
|
||||
# TrueCommand
|
||||
TRUECOMMAND_VERSION=2.3.3
|
||||
TRUECOMMAND_DATA=./data
|
Reference in New Issue
Block a user