Initial commit
This commit is contained in:
13
docker-compose.yml.example
Normal file
13
docker-compose.yml.example
Normal 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="*"
|
||||
|
Reference in New Issue
Block a user