diff options
Diffstat (limited to 'Applications/Services/traefik/.env.example')
-rw-r--r-- | Applications/Services/traefik/.env.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Applications/Services/traefik/.env.example b/Applications/Services/traefik/.env.example new file mode 100644 index 0000000..f68b9ba --- /dev/null +++ b/Applications/Services/traefik/.env.example @@ -0,0 +1,6 @@ +DOMAIN=traefik.example.org +ADMIN_USER=admin +ADMIN_PASSWORD=123456 +LETSENCRYPT_EMAIL=le@example.org +VOLUME_LETSENCRYPT=traefik-letsencrypt +NETWORK=traefik-public |