Added Radicale

This commit is contained in:
Ash Leece 2019-11-21 13:14:33 +00:00
parent e56a7243b0
commit fbe842a2ba
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,24 @@
version: "2"
volumes:
config:
transcode:
services:
jellyfin:
image: linuxserver/jellyfin
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- UMASK_SET=022 #optional
volumes:
- config:/config
- /storage2/TV:/data/tvshows
- /storage/Movies:/data/movies
- transcode:/transcode #optional
ports:
- 8096:8096
- 8920:8920 #optional
restart: unless-stopped

View File

@ -0,0 +1,15 @@
version: '3'
volumes:
data:
config:
services:
radicale:
image: tomsquest/docker-radicale:latest
ports:
- '5232:5232'
volumes:
- config:/config
- data:/data
restart: unless-stopped