Some changes

This commit is contained in:
baduhai 2023-01-04 13:19:12 -03:00
parent 67faa4a5a8
commit 39eee39807
6 changed files with 26 additions and 132 deletions

View file

@ -18,7 +18,7 @@
"librespeed" = {
image = "lscr.io/linuxserver/librespeed:latest";
environment = {
TZ = "Europe/Berlin";
TZ = "America/Bahia";
};
ports = [
"${config.ports.librespeed}:80"
@ -27,12 +27,32 @@
"--pull=always"
];
};
"qflood" = {
image = "cr.hotio.dev/hotio/qflood";
environment = {
PUID = "1000";
PGID = "100";
UMASK = "002";
TZ = "America/Bahia";
FLOOD_AUTH = "false";
};
volumes = [
"/data/qflood:/config"
];
ports = [
"${config.ports.flood}:3000"
"${config.ports.qbittorrent}:8080"
];
extraOptions = [
"--pull=always"
];
};
"syncthing" = {
image = "lscr.io/linuxserver/syncthing:1.20.4";
environment = {
PUID = "1000";
PGID = "100";
TZ = "Europe/Berlin";
TZ = "America/Bahia";
};
volumes = [
"/data/syncthing/config:/config"