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
|
- traefik
|
||||||
- postfix
|
- postfix
|
||||||
- authelia
|
- authelia
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://authelia:9091"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
|
|
||||||
authelia-redis: # version!!!!
|
authelia-redis: # version!!!!
|
||||||
image: redis:7
|
image: redis:7
|
||||||
|
@ -65,6 +70,11 @@ services:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
networks:
|
networks:
|
||||||
- authelia
|
- authelia
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "redis-cli", "--no-auth-warning", "ping"]
|
||||||
|
interval: 5s
|
||||||
|
timeout: 2s
|
||||||
|
retries: 3
|
||||||
|
|
||||||
######## Networks ########
|
######## Networks ########
|
||||||
networks:
|
networks:
|
||||||
|
@ -79,8 +89,6 @@ volumes:
|
||||||
authelia_data:
|
authelia_data:
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
# healtchecks
|
|
||||||
# munin
|
|
||||||
# keepass aufraumen
|
# keepass aufraumen
|
||||||
# docs lesen
|
# docs lesen
|
||||||
# ldap gruppe per app
|
# ldap gruppe per app
|
||||||
|
|
Loading…
Reference in a new issue