update overseerr
This commit is contained in:
parent
42d660e0cf
commit
efdb8aa7f5
4 changed files with 25 additions and 25 deletions
|
@ -21,13 +21,14 @@
|
|||
networking.firewall.allowedTCPPorts = [ 5055 ];
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
|
||||
virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
containers = {
|
||||
overseerr = {
|
||||
image = "ghcr.io/sct/overseerr:1.30.1";
|
||||
image = "ghcr.io/sct/overseerr:1.31.0";
|
||||
environment = {
|
||||
LOG_LEVEL = "debug";
|
||||
# LOG_LEVEL = "debug";
|
||||
TZ = "Europe/Amsterdam";
|
||||
};
|
||||
ports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue