self-hosted/radicale/docker-compose.yml

12 lines
225 B
YAML
Raw Normal View History

2022-04-24 10:38:28 +02:00
version: '3'
services:
radicale:
build: ./
image: atareao/radicale:v1.0
container_name: radicale
restart: unless-stopped
volumes:
- ./.htpasswd-users:/app/.htpasswd-users
- ./data:/app/data