mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
im done?
This commit is contained in:
parent
da51761159
commit
c479782a78
6 changed files with 19 additions and 7 deletions
|
@ -44,6 +44,17 @@ in
|
|||
"TZ" = "Europe/Paris";
|
||||
};
|
||||
};
|
||||
freshrss = {
|
||||
image = "lscr.io/linuxserver/freshrss:latest";
|
||||
volumes = [ "/srv/freshrss/config:/config" ];
|
||||
ports = [ "8888:80" ];
|
||||
restart = "unless-stopped";
|
||||
environment = {
|
||||
"PUID" = "1000";
|
||||
"GUID" = "1000";
|
||||
"TZ" = "Europe/Paris";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue