chore: remove authelia stack entirely
Production GitOps Engine / execute-ansible (push) Failing after 48s
Details
Production GitOps Engine / execute-ansible (push) Failing after 48s
Details
This commit is contained in:
parent
28c07b8296
commit
ff57cf882a
|
|
@ -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
|
||||
Loading…
Reference in New Issue