diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-14 13:33:14 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-14 13:33:14 +0100 |
commit | 9b41dbdcb2c810804417b9ffc4e74a7b3e534ac2 (patch) | |
tree | c4cf9ace30d0cd35aebb6ac70f2be43b1371f5d6 /Applications/Services/traefik/.env.example |
initial commit
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 |