gremlin: convert list-style blocks to map format in swarm/authentik.yaml
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-29 14:05:09 -05:00
parent d4fdcd3370
commit 0fd55831fc

View file

@ -82,15 +82,15 @@ services:
constraints:
- node.hostname == znas
labels:
- homepage.group=Management
- homepage.name=Authentik
- homepage.icon=authentik.png
- homepage.href=https://auth.netgrimoire.com
- homepage.description=Account Manager
- kuma.auth.http.name="Authentik"
- kuma.auth.http.url=http://authentik:9000
- caddy=auth.netgrimoire.com
- caddy.reverse_proxy="{{upstreams 9000}}"
homepage.group: Management
homepage.name: Authentik
homepage.icon: authentik.png
homepage.href: https://auth.netgrimoire.com
homepage.description: Account Manager
kuma.auth.http.name: Authentik
kuma.auth.http.url: http://authentik:9000
caddy: auth.netgrimoire.com
caddy.reverse_proxy: {{upstreams 9000}}
depends_on:
- postgresql
- redis