chore(freshrss): get rid of docker-hub-rss
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5ea106fa25
commit
d65cbc2ad7
2 changed files with 0 additions and 16 deletions
|
@ -66,14 +66,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"drss.nelim.org" = {
|
|
||||||
image = import ./images/docker-hub-rss.nix pkgs;
|
|
||||||
restart = "always";
|
|
||||||
ports = ["3007:3000"];
|
|
||||||
|
|
||||||
networks = ["proxy_net"];
|
|
||||||
};
|
|
||||||
|
|
||||||
"bridge.nelim.org" = {
|
"bridge.nelim.org" = {
|
||||||
image = import ./images/rss-bridge.nix pkgs;
|
image = import ./images/rss-bridge.nix pkgs;
|
||||||
restart = "always";
|
restart = "always";
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
pkgs:
|
|
||||||
pkgs.dockerTools.pullImage rec {
|
|
||||||
imageName = "theconnman/docker-hub-rss";
|
|
||||||
imageDigest = "sha256:7a6dd3f09dd9a3ad4ec3b6cf83ceb3fb11f15fd8df8b480a851e974ee0ff8e26";
|
|
||||||
sha256 = "012cy2yqir36kpxb5jlyvsssm419bwrs4w7y8hz4nawvx69d1w69";
|
|
||||||
finalImageName = imageName;
|
|
||||||
finalImageTag = "latest";
|
|
||||||
}
|
|
Loading…
Reference in a new issue