Various updates

Signed-off-by: julien <jme69@delmar.bzh>
This commit is contained in:
2025-10-27 17:20:33 +01:00
parent 49d539d5a1
commit d194e3c380
9 changed files with 307 additions and 80 deletions

View File

@@ -0,0 +1,24 @@
# carlo (auth.delmar.bzh)
---
name: authelia
networks:
net:
driver: bridge
volumes:
config:
services:
authelia:
container_name: authelia
image: docker.io/authelia/authelia:latest
restart: unless-stopped
networks:
net: {}
ports:
- 9091:9091
environment:
TZ: ${TZ:-Europe/Paris}
volumes:
- config:/config