Add initial configuration files and Docker setup for Radicale
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
radicale:
|
||||
image: tomsquest/docker-radicale
|
||||
container_name: radicale
|
||||
ports:
|
||||
- "5232:5232"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./config:/config
|
||||
networks:
|
||||
- radicale_network
|
||||
|
||||
|
||||
networks:
|
||||
radicale_network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user