From c066ace81ed63ab38a2955b5c0c6d86ffb7155ba Mon Sep 17 00:00:00 2001 From: "azykov@mail.ru" Date: Sun, 12 Apr 2026 09:13:17 +0300 Subject: [PATCH] authelia --- auth/compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 auth/compose.yaml diff --git a/auth/compose.yaml b/auth/compose.yaml new file mode 100644 index 0000000..d8d0992 --- /dev/null +++ b/auth/compose.yaml @@ -0,0 +1,12 @@ +services: + authelia: + image: docker.io/authelia/authelia:latest + container_name: auth + restart: always + networks: + - caddy_default + volumes: + - /docker/data/auth/config:/config +networks: + caddy_default: + external: true