SUpport running multiple instances

This commit is contained in:
Daniel Berteaud 2023-10-18 11:08:44 +02:00
parent 745bdc72c9
commit 0461bf5777
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@ job [[ .miniflux.instance | toJSON ]] {
group "miniflux" {
count = [[ .miniflux.count ]]
network {
mode = "bridge"
[[- if $c.prometheus.enabled ]]

View File

@ -4,6 +4,9 @@ miniflux:
# Name of this instance (controls job and service name)
instance: miniflux
# Number of instance to run
count: 1
# Docker image to use
image: danielberteaud/miniflux:2.0.49-1