This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthentik.yml
69 lines (69 loc) · 1.61 KB
/
authentik.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
services:
server:
image: ghcr.io/goauthentik/server:2024.4.2
hostname: authentik
command: server
env_file: /meower-data/sso/.env
volumes:
- /meower-data/sso/media:/media
- /meower-data/sso/templates:/templates
deploy:
replicas: 1
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
update_config:
parallelism: 1
delay: 10s
failure_action: pause
monitor: 10s
order: stop-first
placement:
constraints:
- node.labels.sso == yes
worker:
image: ghcr.io/goauthentik/server:2024.4.2
command: worker
env_file: /meower-data/sso/.env
volumes:
- /meower-data/sso/media:/media
- /meower-data/sso/certs:/certs
- /meower-data/sso/templates:/templates
deploy:
replicas: 1
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
update_config:
parallelism: 1
delay: 10s
failure_action: pause
monitor: 10s
order: stop-first
placement:
constraints:
- node.labels.sso == yes
cf:
image: cloudflare/cloudflared
command: tunnel run
env_file: /meower-data/sso/cf.env
deploy:
replicas: 1
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
update_config:
parallelism: 1
delay: 10s
failure_action: pause
monitor: 10s
order: stop-first
placement:
constraints:
- node.labels.sso == yes