beszel
This commit is contained in:
parent
b23a05d693
commit
d4fdcd3370
2 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:alpine
|
image: docker.io/library/redis:alpine
|
||||||
|
|
@ -49,6 +50,7 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
|
||||||
|
|
||||||
authentik:
|
authentik:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ services:
|
||||||
constraints:
|
constraints:
|
||||||
- node.labels.general == true
|
- node.labels.general == true
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue