agendav/docker-compse.yml hinzugefügt

This commit is contained in:
2025-11-02 14:39:40 +01:00
parent d16830a62e
commit 3085bbc30d

16
agendav/docker-compse.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
agendav:
image: ghcr.io/nagimov/agendav-docker:latest
container_name: agendav
environment:
- AGENDAV_SERVER_NAME=kalender.scheidel.biz
- AGENDAV_TITLE=Kalender Familie Scheidel
- AGENDAV_FOOTER=familie@scheidel.biz
- AGENDAV_ENC_KEY=?Aichwald01
- AGENDAV_CALDAV_SERVER=https://baikal.scheidel.biz/cal.php
- AGENDAV_CALDAV_PUBLIC_URL=https://baikal.scheidel.biz
- AGENDAV_TIMEZONE=Europe/Berlin
- AGENDAV_LANG=de
- AGENDAV_LOG_DIR=/tmp/
ports:
- "8100:8080"