[Offen] Sets up offen.

This commit is contained in:
2025-04-25 15:13:33 -07:00
parent 83ca3abf20
commit 8da2bc8cfe
5 changed files with 73 additions and 4 deletions

View File

@@ -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";