Update rendered example

This commit is contained in:
Daniel Berteaud 2024-05-03 10:43:43 +02:00
parent 5f8a25a2a7
commit 8ac60d3468
2 changed files with 3 additions and 4 deletions

View File

@ -34,7 +34,7 @@ RUN set -euxo pipefail &&\
mv web-vault / &&\
chown -R root:root /web-vault
FROM danielberteaud/alpine:24.3-1
FROM danielberteaud/alpine:24.5-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ENV ROCKET_PROFILE=release \

View File

@ -5,8 +5,6 @@ job "vaultwarden" {
region = "global"
group "vaultwarden" {
count = 1
@ -15,6 +13,7 @@ job "vaultwarden" {
}
volume "data" {
source = "vaultwarden-data"
type = "csi"
@ -106,7 +105,7 @@ job "vaultwarden" {
user = 1053
config {
image = "danielberteaud/wait-for:24.3-1"
image = "danielberteaud/wait-for:24.5-1"
readonly_rootfs = true
pids_limit = 20
}