permission cleanup

This commit is contained in:
Chris Dombroski 2024-10-02 22:00:08 -04:00
parent f411a081c5
commit 938f202634
4 changed files with 18 additions and 3 deletions

View file

@ -24,6 +24,9 @@
TAILSCALE_SERVE_PORT = "8096";
TAILSCALE_SERVE_MODE = "http";
TZ = "America/New_York";
PUID = "920";
PGID = "911";
UMASK = "002";
};
environmentFiles = [ config.sops.templates."docker.env".path ];
labels.swag = "enable";

View file

@ -11,7 +11,9 @@
];
environment = {
TZ = "America/New_York";
UMASK_SET = "000";
PUID = "910";
PGID = "911";
UMASK = "002";
DELUGE_LOGLEVEL = "error";
};
labels.swag = "enable";

View file

@ -9,7 +9,12 @@
"radarr-config:/config"
"/video-data:/data"
];
environment.TZ = "America/New_York";
environment = {
TZ = "America/New_York";
PUID = "912";
PGID = "911";
UMASK = "002";
};
labels.swag = "enable";
extraOptions = [
"--pull=newer"

View file

@ -9,7 +9,12 @@
"sonarr-config:/config"
"/video-data:/data"
];
environment.TZ = "America/New_York";
environment = {
TZ = "America/New_York";
PUID = "911";
PGID = "911";
UMASK = "002";
};
labels.swag = "enable";
extraOptions = [
"--pull=newer"