paperless env

This commit is contained in:
admin 2025-07-04 01:50:47 +01:00
parent 703e28c0ae
commit ba48c2c3a4

View File

@ -552,6 +552,7 @@
network = "bridge";
environmentFile = [
"/mnt/services/secrets/default"
"/mnt/services/secrets/paperless-ngx"
];
volumes = [
"/mnt/services/podman/paperless-ngx/data:/usr/src/paperless/data"
@ -569,6 +570,24 @@
};
};
paperless-ngx-redis = {
image = "registry.hub.docker.com/library/redis:6.2-alpine";
autoStart = true;
autoUpdate = "registry";
network = "bridge";
environmentFile = [
"/mnt/services/secrets/default"
];
ports = [
"6380:6379"
];
extraConfig = {
Service = {
TimeoutStartSec = 900;
};
};
};
prowlarr = {
image = "lscr.io/linuxserver/prowlarr:latest";
autoStart = true;