beszel
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:04:59 -05:00
parent b23a05d693
commit d4fdcd3370
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ services:
placement:
constraints:
- node.hostname == znas
redis:
image: docker.io/library/redis:alpine
@ -49,6 +50,7 @@ services:
placement:
constraints:
- node.hostname == znas
authentik:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2}