refactor Authelia setup and configuration handling

This commit is contained in:
Eduardo Silva
2026-03-15 10:16:26 -03:00
parent f2c00d59ee
commit 715332f384
5 changed files with 51 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ services:
- caddy_json_export:/caddy_json_export/
ports:
# Do not directly expose the Django port to the internet, use some kind of reverse proxy with SSL.
# - "8000:8000"
- "8000:8000"
# Warning: Docker will have a hard time handling large amount of ports. Expose only the ports that you need.
# Ports for multiple WireGuard instances. (Probably, you just need one)
- "51820-51839:51820-51839/udp"