Clean up container config
This commit is contained in:
parent
eb1517f60e
commit
13cf197311
1 changed files with 0 additions and 90 deletions
|
|
@ -32,16 +32,6 @@ in
|
||||||
"/home/yanlin/.config/nix/config/homeassistant/scripts.yaml:/config/scripts.yaml:ro"
|
"/home/yanlin/.config/nix/config/homeassistant/scripts.yaml:/config/scripts.yaml:ro"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.homeassistant.rule" = "Host(`home.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.homeassistant.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.homeassistant.tls" = "true";
|
|
||||||
# "traefik.http.routers.homeassistant.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.homeassistant.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.homeassistant.loadbalancer.server.port" = "8123";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
TZ = systemTZ;
|
TZ = systemTZ;
|
||||||
# Configure Home Assistant to trust reverse proxy
|
# Configure Home Assistant to trust reverse proxy
|
||||||
|
|
@ -73,16 +63,6 @@ in
|
||||||
"${immichConfigFile}:/config/immich.json:ro"
|
"${immichConfigFile}:/config/immich.json:ro"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.immich.rule" = "Host(`photo.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.immich.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.immich.tls" = "true";
|
|
||||||
# "traefik.http.routers.immich.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.immich.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.immich.loadbalancer.server.port" = "8080";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PUID = commonUID;
|
PUID = commonUID;
|
||||||
PGID = commonGID;
|
PGID = commonGID;
|
||||||
|
|
@ -198,16 +178,6 @@ in
|
||||||
"/mnt/storage/Media:/data"
|
"/mnt/storage/Media:/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.sonarr.rule" = "Host(`sonarr.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.sonarr.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.sonarr.tls" = "true";
|
|
||||||
# "traefik.http.routers.sonarr.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.sonarr.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.sonarr.loadbalancer.server.port" = "8989";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PUID = commonUID;
|
PUID = commonUID;
|
||||||
PGID = commonGID;
|
PGID = commonGID;
|
||||||
|
|
@ -234,16 +204,6 @@ in
|
||||||
"/mnt/storage/Media:/data"
|
"/mnt/storage/Media:/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.radarr.rule" = "Host(`radarr.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.radarr.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.radarr.tls" = "true";
|
|
||||||
# "traefik.http.routers.radarr.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.radarr.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.radarr.loadbalancer.server.port" = "7878";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PUID = commonUID;
|
PUID = commonUID;
|
||||||
PGID = commonGID;
|
PGID = commonGID;
|
||||||
|
|
@ -270,16 +230,6 @@ in
|
||||||
"/mnt/storage/Media:/data"
|
"/mnt/storage/Media:/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.qbittorrent.rule" = "Host(`qbit.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.qbittorrent.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.qbittorrent.tls" = "true";
|
|
||||||
# "traefik.http.routers.qbittorrent.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.qbittorrent.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.qbittorrent.loadbalancer.server.port" = "8080";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PUID = commonUID;
|
PUID = commonUID;
|
||||||
PGID = commonGID;
|
PGID = commonGID;
|
||||||
|
|
@ -306,16 +256,6 @@ in
|
||||||
"/mnt/storage/appbulk/Paperless/export:/usr/src/paperless/export"
|
"/mnt/storage/appbulk/Paperless/export:/usr/src/paperless/export"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.paperless.rule" = "Host(`paperless.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.paperless.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.paperless.tls" = "true";
|
|
||||||
# "traefik.http.routers.paperless.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.paperless.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.paperless.loadbalancer.server.port" = "8000";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PAPERLESS_REDIS = "redis://paperless-redis:6379";
|
PAPERLESS_REDIS = "redis://paperless-redis:6379";
|
||||||
PAPERLESS_OCR_LANGUAGE = "eng+chi_sim";
|
PAPERLESS_OCR_LANGUAGE = "eng+chi_sim";
|
||||||
|
|
@ -359,16 +299,6 @@ in
|
||||||
rss = {
|
rss = {
|
||||||
image = "docker.io/miniflux/miniflux:latest";
|
image = "docker.io/miniflux/miniflux:latest";
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.rss.rule" = "Host(`rss.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.rss.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.rss.tls" = "true";
|
|
||||||
# "traefik.http.routers.rss.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.rss.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.rss.loadbalancer.server.port" = "8080";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
RUN_MIGRATIONS = "1";
|
RUN_MIGRATIONS = "1";
|
||||||
DATABASE_URL = "postgres://miniflux:miniflux@rss-db/miniflux?sslmode=disable";
|
DATABASE_URL = "postgres://miniflux:miniflux@rss-db/miniflux?sslmode=disable";
|
||||||
|
|
@ -421,16 +351,6 @@ in
|
||||||
"/var/lib/containers/link:/etc/linkding/data"
|
"/var/lib/containers/link:/etc/linkding/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.linkding.rule" = "Host(`link.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.linkding.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.linkding.tls" = "true";
|
|
||||||
# "traefik.http.routers.linkding.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.linkding.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.linkding.loadbalancer.server.port" = "9090";
|
|
||||||
};
|
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"5007:9090"
|
"5007:9090"
|
||||||
];
|
];
|
||||||
|
|
@ -451,16 +371,6 @@ in
|
||||||
"/mnt/storage/appbulk/cloud:/data"
|
"/mnt/storage/appbulk/cloud:/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
|
||||||
"traefik.enable" = "false";
|
|
||||||
# "traefik.http.routers.cloud.rule" = "Host(`cloud.${config.networking.hostName}.yanlincs.com`)";
|
|
||||||
# "traefik.http.routers.cloud.entrypoints" = "websecure";
|
|
||||||
# "traefik.http.routers.cloud.tls" = "true";
|
|
||||||
# "traefik.http.routers.cloud.tls.certresolver" = "cloudflare";
|
|
||||||
# "traefik.http.routers.cloud.tls.domains[0].main" = "*.${config.networking.hostName}.yanlincs.com";
|
|
||||||
# "traefik.http.services.cloud.loadbalancer.server.port" = "80";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PUID = commonUID;
|
PUID = commonUID;
|
||||||
PGID = commonGID;
|
PGID = commonGID;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue