make absent

This commit is contained in:
Michael Grote 2023-04-02 11:46:23 +02:00
parent ef50051e32
commit 296b488884
3 changed files with 14 additions and 2 deletions

View File

@ -36,6 +36,18 @@ services:
labels:
- com.centurylinklabs.watchtower.enable=true
- traefik.http.middlewares.authelia.forwardauth.address=http://authelia-app:9091/api/authz/forward-auth?authelia-url=http://auth.mgrote.net
- traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true
- traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email
- traefik.enable=true
- traefik.http.routers.authelia.rule=Host(`auth.mgrote.net`)
- traefik.http.routers.authelia.tls=true
- traefik.http.routers.authelia.tls.certresolver=resolver_letsencrypt
- traefik.http.routers.authelia.entrypoints=entry_https
- traefik.http.services.authelia.loadbalancer.server.port=9091
volumes:
db:
logs:

View File

@ -78,10 +78,10 @@
- name: blocky
state: present
- name: lldap
state: present
state: absent
network: traefik
- name: authelia
state: present
state: absent
network: nw_aaa
#### mgrote.set_permissions
dir_permissions:

Binary file not shown.