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: constraints:
- node.hostname == znas - node.hostname == znas
labels: labels:
- homepage.group=Management homepage.group: Management
- homepage.name=Authentik homepage.name: Authentik
- homepage.icon=authentik.png homepage.icon: authentik.png
- homepage.href=https://auth.netgrimoire.com homepage.href: https://auth.netgrimoire.com
- homepage.description=Account Manager homepage.description: Account Manager
- kuma.auth.http.name="Authentik" kuma.auth.http.name: Authentik
- kuma.auth.http.url=http://authentik:9000 kuma.auth.http.url: http://authentik:9000
- caddy=auth.netgrimoire.com caddy: auth.netgrimoire.com
- caddy.reverse_proxy="{{upstreams 9000}}" caddy.reverse_proxy: {{upstreams 9000}}
depends_on: depends_on:
- postgresql - postgresql
- redis - redis