1
0

Netdata + Authelia: add monitoring

This commit is contained in:
2025-05-17 13:33:35 +03:00
parent eea8db6499
commit c5d0f96bdf
6 changed files with 3820 additions and 3805 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.3'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
restart: 'unless-stopped'
networks:
- "{{ web_proxy_network }}"