paperless env
This commit is contained in:
parent
703e28c0ae
commit
ba48c2c3a4
@ -552,6 +552,7 @@
|
|||||||
network = "bridge";
|
network = "bridge";
|
||||||
environmentFile = [
|
environmentFile = [
|
||||||
"/mnt/services/secrets/default"
|
"/mnt/services/secrets/default"
|
||||||
|
"/mnt/services/secrets/paperless-ngx"
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/mnt/services/podman/paperless-ngx/data:/usr/src/paperless/data"
|
"/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 = {
|
prowlarr = {
|
||||||
image = "lscr.io/linuxserver/prowlarr:latest";
|
image = "lscr.io/linuxserver/prowlarr:latest";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user