initialer Commit

This commit is contained in:
Carsten Rüthel
2026-04-01 23:41:02 +02:00
commit 131ad11b09
5 changed files with 575 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
authelia:
image: authelia/authelia
container_name: authelia
volumes:
- ./config:/config
ports:
- 9091:9091
restart: unless-stopped