Merge branch 'master' of http://192.168.5.10:3024/traveler/services
This commit is contained in:
commit
14c51981e0
1 changed files with 23 additions and 0 deletions
|
|
@ -54,10 +54,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:
|
||||||
|
diun.enable: "true"
|
||||||
gremlin.uid.exempt: "true"
|
gremlin.uid.exempt: "true"
|
||||||
gremlin.uid.reason: "Redis manages its own internal users"
|
gremlin.uid.reason: "Redis manages its own internal users"
|
||||||
gremlin.caddy.skip: "true"
|
gremlin.caddy.skip: "true"
|
||||||
|
|
@ -87,8 +95,15 @@ services:
|
||||||
- "9080:9000"
|
- "9080:9000"
|
||||||
- "9443:9443"
|
- "9443:9443"
|
||||||
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:
|
||||||
caddy: auth.netgrimoire.com
|
caddy: auth.netgrimoire.com
|
||||||
|
|
@ -131,10 +146,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:
|
||||||
|
diun.enable: "true"
|
||||||
gremlin.uid.exempt: "true"
|
gremlin.uid.exempt: "true"
|
||||||
gremlin.uid.reason: "Authentik worker runs as 1964:1964 via user: directive"
|
gremlin.uid.reason: "Authentik worker runs as 1964:1964 via user: directive"
|
||||||
gremlin.caddy.skip: "true"
|
gremlin.caddy.skip: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue