feat: add radicale
This commit is contained in:
parent
9c7903ba01
commit
8886e06a3d
8 changed files with 575 additions and 2 deletions
24
roles/radicale/files/radicale.container
Normal file
24
roles/radicale/files/radicale.container
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[Unit]
|
||||
Description=radicale.container
|
||||
|
||||
[Container]
|
||||
ContainerName=radicale
|
||||
RunInit=true
|
||||
DropCapability=ALL
|
||||
AddCapability=SETUID SETGID CHOWN KILL
|
||||
Image=docker.io/tomsquest/docker-radicale
|
||||
Network=frontend.network
|
||||
Volume=/srv/radicale/config:/config:Z,ro
|
||||
Volume=/srv/radicale/data:/data:Z
|
||||
#PodmanArgs=--runtime runsc --security-opt label:disable
|
||||
#Label=disable
|
||||
AutoUpdate=registry
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
||||
|
||||
[Service]
|
||||
TasksMax=50
|
||||
MemoryHigh=256M
|
||||
Restart=always
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue