chore: remove authelia stack entirely
Production GitOps Engine / execute-ansible (push) Failing after 48s Details

This commit is contained in:
Lucas Conrad 2026-06-04 01:42:35 +02:00
parent 28c07b8296
commit ff57cf882a
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
services:
authelia:
image: authelia/authelia:latest
container_name: authelia
volumes:
- /opt/homelab/data/authelia:/config
networks:
- default
- proxy_net
labels:
- "traefik.enable=true"
- "traefik.http.routers.authelia.rule=Host(`auth.kotori-waifu`)"
- "traefik.http.services.authelia.loadbalancer.server.port=9091"
environment:
- TZ=Europe/Berlin
restart: unless-stopped
authelia-redis:
image: redis:alpine
container_name: authelia-redis
volumes:
- /opt/homelab/data/authelia-redis:/data
restart: unless-stopped
networks:
proxy_net:
external: true