enables traefik console

This commit is contained in:
Menno van Leeuwen 2024-11-15 23:42:45 +01:00
parent 9bd4259cf2
commit 9fbd69a25a
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -6,6 +6,7 @@
entryPoints = {
web.address = ":80";
websecure.address = ":443";
traefik.address = ":18080";
};
certificatesResolvers.letsencrypt.acme = {
email = "menno@vleeuwen.me";