Update rendered example

This commit is contained in:
Daniel Berteaud 2024-02-11 22:52:01 +01:00
parent 429040c4fd
commit 980b015a85
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM danielberteaud/alpine:24.1-8
FROM danielberteaud/alpine:24.2-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG MINIFLUX_VERSION=2.0.51

View File

@ -27,6 +27,7 @@ job "miniflux" {
proxy {
upstreams {
destination_name = "postgres"
destination_type = "service"
local_bind_port = 5432
}
}
@ -87,7 +88,7 @@ job "miniflux" {
user = 1053
config {
image = "danielberteaud/wait-for:24.1-1"
image = "danielberteaud/wait-for:24.2-1"
readonly_rootfs = true
pids_limit = 20
}
@ -125,6 +126,7 @@ job "miniflux" {
policies = ["miniflux"]
env = false
disable_file = true
change_mode = "noop"
}