mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
traefik dash
This commit is contained in:
parent
1998861cfa
commit
66c200eaff
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue