office/agendav/docker-compse.yml aktualisiert

This commit is contained in:
2025-11-02 18:11:17 +01:00
parent 1907b0618a
commit 2bf67fba16

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"