agendav/docker-compse.yml hinzugefügt
This commit is contained in:
16
agendav/docker-compse.yml
Normal file
16
agendav/docker-compse.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user