traefik dash

This commit is contained in:
death916 2026-04-09 05:46:11 -07:00
parent 1998861cfa
commit 66c200eaff

View file

@ -179,13 +179,13 @@
virtualisation.oci-containers.containers."traefik-dashboard" = {
image = "hhftechnology/traefik-log-dashboard:latest";
ports = [
"3000:3000"
"3055:3055"
];
environment = {
AGENT_API_URL = "http://traefik-agent:5000";
AGENT_API_TOKEN = "PANGOLIN_LOGS_TOKEN";
NODE_ENV = "production";
PORT = "3000";
PORT = "3055";
};
dependsOn = [
"traefik-agent"