Update rendered example

This commit is contained in:
Daniel Berteaud 2024-05-03 10:48:55 +02:00
parent c63d972086
commit bbed38725d
2 changed files with 3 additions and 4 deletions

View File

@ -115,7 +115,7 @@ RUN set -euxo pipefail &&\
chown paperless:paperless /data /input
COPY root/ /
COPY --from=danielberteaud/alpine:24.4-1 /usr/local/bin/minit /usr/local/bin/minit
COPY --from=danielberteaud/alpine:24.5-1 /usr/local/bin/minit /usr/local/bin/minit
EXPOSE ${PAPERLESS_PORT}
USER paperless

View File

@ -79,7 +79,7 @@ job "paperless" {
user = 1053
config {
image = "danielberteaud/wait-for:24.4-1"
image = "danielberteaud/wait-for:24.5-1"
readonly_rootfs = true
pids_limit = 20
}
@ -111,9 +111,8 @@ job "paperless" {
}
config {
image = "danielberteaud/valkey:24.4-1"
image = "danielberteaud/valkey:24.5-1"
readonly_rootfs = true
force_pull = true
pids_limit = 100
args = ["/local/valkey.conf"]
}