port
This commit is contained in:
@@ -28,7 +28,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
/*ports = [
|
/*ports = [
|
||||||
"${builtins.toString hostPort}:3000"
|
"${builtins.toString hostPort}:8080"
|
||||||
];*/
|
];*/
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
@@ -42,7 +42,7 @@ in {
|
|||||||
"traefik.http.routers.${name}.service" = "${name}";
|
"traefik.http.routers.${name}.service" = "${name}";
|
||||||
"traefik.http.routers.${name}.tls.certResolver" = "cloudflare";
|
"traefik.http.routers.${name}.tls.certResolver" = "cloudflare";
|
||||||
|
|
||||||
"traefik.http.services.${name}.loadbalancer.server.port" = "3000";
|
"traefik.http.services.${name}.loadbalancer.server.port" = "8080";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
|
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
|
||||||
|
|||||||
Reference in New Issue
Block a user