Fix
This commit is contained in:
@@ -117,10 +117,11 @@ in {
|
||||
"traefik.http.routers.${containerCfg.subdomain}.service" = "${containerCfg.subdomain}";
|
||||
};
|
||||
overrides = {
|
||||
volumes = [
|
||||
"${settings}:/app/config/settings.yaml:ro"
|
||||
"${services}:/app/config/services.yaml:ro"
|
||||
];
|
||||
volumes = [
|
||||
"${settings}:/app/config/settings.yaml:ro"
|
||||
"${services}:/app/config/services.yaml:ro"
|
||||
"/var/run/podman/podman.sock:/var/run/docker.sock"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39,11 +39,11 @@
|
||||
searxng.subdomain = "searx";
|
||||
homepage.subdomain = "home";
|
||||
# ===== CLOUD =====
|
||||
# nextcloud.subdomain = "cloud";
|
||||
# collabora.subdomain = "office";
|
||||
# etherpad.subdomain = "pad";
|
||||
nextcloud.subdomain = "cloud";
|
||||
collabora.subdomain = "office";
|
||||
etherpad.subdomain = "pad";
|
||||
# ethercalc.subdomain = "calc";
|
||||
# immich.subdomain = "pic";
|
||||
immich.subdomain = "pic";
|
||||
# ===== FLIX =====
|
||||
# invidious.subdomain = "yt";
|
||||
jellyfin.subdomain = "flix";
|
||||
|
||||
Reference in New Issue
Block a user