gg
This commit is contained in:
parent
b3e2be8542
commit
693940f5e3
1 changed files with 10 additions and 2 deletions
|
@ -55,6 +55,11 @@ services:
|
|||
- traefik
|
||||
- postfix
|
||||
- authelia
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://authelia:9091"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
authelia-redis: # version!!!!
|
||||
image: redis:7
|
||||
|
@ -65,6 +70,11 @@ services:
|
|||
TZ: Europe/Berlin
|
||||
networks:
|
||||
- authelia
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "--no-auth-warning", "ping"]
|
||||
interval: 5s
|
||||
timeout: 2s
|
||||
retries: 3
|
||||
|
||||
######## Networks ########
|
||||
networks:
|
||||
|
@ -79,8 +89,6 @@ volumes:
|
|||
authelia_data:
|
||||
|
||||
# TODO
|
||||
# healtchecks
|
||||
# munin
|
||||
# keepass aufraumen
|
||||
# docs lesen
|
||||
# ldap gruppe per app
|
||||
|
|
Loading…
Reference in a new issue