[openproject] Adds openproject

This commit is contained in:
2025-04-03 12:28:49 -07:00
parent ac8db1d9fd
commit ead7739e2d
4 changed files with 50 additions and 3 deletions

View File

@@ -27,10 +27,11 @@ in
homepageOpts,
dependsOn ? [],
domain ? havenisms,
ports ? [],
volumes ? [],
environment ? {},
environmentFiles ? [],
public ? false
public ? false,
}:
let routerRule = if public then hostRule hostName domain else localHostRule hostName domain;
in