1
0

Authelia: introduce to protect system services

This commit is contained in:
2025-05-07 11:23:22 +03:00
parent 41fac2c4f9
commit a77fefcded
6 changed files with 3718 additions and 16 deletions

View File

@ -0,0 +1,15 @@
services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.1'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
restart: 'unless-stopped'
networks:
- "{{ web_proxy_network }}"
volumes:
- "{{ config_dir }}:/config"
networks:
{{ web_proxy_network }}:
external: true