This commit is contained in:
soraefir
2026-05-18 23:17:33 +02:00
parent f6498b3177
commit 3f57b606a0
3 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ in {
containers = {
server = builder.mkContainer {
subdomain = containerCfg.subdomain;
subpath = containerCfg.subpath;
image = "ghcr.io/jlesage/handbrake:${version}";
port = 5800;

View File

@@ -31,6 +31,7 @@ in {
containers = {
server = builder.mkContainer {
subdomain = containerCfg.subdomain;
subpath = containerCfg.subpath;
imageStream = image;
port = 9091;