# Docker Compose can read environment variables from this file. # See https://docs.docker.com/compose/env-file/ # Put admin areas behind a login prompt, with username and password # specified here. Run `htpasswd -n admin` to create a password hash # for user "admin". Paste the output here. SSL strongly recommended. BASIC_AUTH= # Let's Encrypt needs an email address for registration. ACME_EMAIL=admin@home.jowj.net # The Traefik dashboard will be available at these domains. # The URL is http://example.com/traefik/ # You'll need to fill in BASIC_AUTH above. TRAEFIK_DOMAINS=lair.home.jowj.net