From 9b41dbdcb2c810804417b9ffc4e74a7b3e534ac2 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 14 Nov 2023 13:33:14 +0100 Subject: initial commit --- Applications/Services/traefik/.env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Applications/Services/traefik/.env.example (limited to 'Applications/Services/traefik/.env.example') 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 -- cgit v1.2.3