dockerfy traefik

This commit is contained in:
2026-01-31 13:44:46 -06:00
parent dd44fd8b0c
commit 03c66ccc13

View File

@@ -56,8 +56,10 @@
]; ];
ports = [ ports = [
"80:81" "80:80"
"443:444" "81:81"
"443:443"
"444:444"
]; ];
labels = { labels = {