Initial commit

This commit is contained in:
2022-03-27 23:24:59 +02:00
commit 1dc60bbd8f
11 changed files with 1985 additions and 0 deletions

View File

@ -0,0 +1,13 @@
version: "2"
services:
fabcal:
build: .
restart: unless-stopped
ports:
- 5000:5000
environment:
- CALENDAR_URL=webcal://some.host/somecal
# use the line below when running this behind reverse proxy (only if it sets the proxy headers, though)
#command: --proxy-headers --forwarded-allow-ips="*"