miniflux/variables.yml

44 lines
795 B
YAML

---
# Name of this instance (controls job and service name)
instance: miniflux
miniflux:
# Number of instance to run
count: 1
# Docker image to use
image: '[[ .docker.repo ]]miniflux:2.0.51-1'
# Resources for the container
resources:
cpu: 50
memory: 192
wait_for:
- service: master.postgres[[ .consul.suffix ]]
consul:
connect:
upstreams:
- destination_name: 'postgres[[ .consul.suffix ]]'
local_bind_port: 5432
vault:
policies:
- '[[ .instance ]][[ .consul.suffix ]]'
# Additional env var to pass to the container
env: {}
# Public URL of the service
public_url: https://flux.example.org
# Traefik settings
traefik: {}
# Prometheus configuration
prometheus:
metrics_url: http://localhost:8085/metrics