gremlin: auto-fix swarm/authentik.yaml (5 issues fixed)
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

- Added default restart_policy for "postgresql"
  - Added aarch64 exclusion for "postgresql"
  - Added arm exclusion for "postgresql"
  - Stamped gremlin.version: 2026-04-1
  - Added diun.enable: "true" to "postgresql"
This commit is contained in:
traveler 2026-04-29 15:12:59 -05:00
parent d16493e556
commit 855a24a850

View file

@ -17,10 +17,18 @@ services:
networks: networks:
- authentik - authentik
deploy: deploy:
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
placement: placement:
constraints: constraints:
- node.platform.arch != arm
- node.platform.arch != aarch64
- node.hostname == znas - node.hostname == znas
labels: labels:
gremlin.version: "2026-04-1"
gremlin.uid.exempt: "true" gremlin.uid.exempt: "true"
gremlin.uid.reason: "Postgres manages its own internal users" gremlin.uid.reason: "Postgres manages its own internal users"
gremlin.caddy.skip: "true" gremlin.caddy.skip: "true"
@ -92,6 +100,7 @@ services:
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
diun.enable: "true"
monitor.name: Authentik monitor.name: Authentik
monitor.url: https://auth.netgrimoire.com monitor.url: https://auth.netgrimoire.com