[Offen] Sets up offen.
This commit is contained in:
@@ -36,6 +36,7 @@ in
|
||||
environmentFiles ? [],
|
||||
public ? false,
|
||||
user ? null,
|
||||
extraOptions ? [],
|
||||
}:
|
||||
let
|
||||
routerRule = if public then hostRule hostName domain else localHostRule hostName domain;
|
||||
@@ -48,7 +49,7 @@ in
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit image dependsOn volumes environment environmentFiles ports user;
|
||||
inherit image dependsOn volumes environment environmentFiles ports user extraOptions;
|
||||
autoStart = true;
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
||||
Reference in New Issue
Block a user