Skip to content

Commit

Permalink
chore: move radicale docker-compose setup here
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Nov 4, 2024
1 parent e209741 commit 2ffe272
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@ services:
networks:
- anki
restart: always
radicale:
image: bdossantos/radicale:3.3.0-c1734bc
container_name: radicale
volumes:
- /etc/localtime:/etc/localtime:ro
- /volume1/docker_datas/radicale/data:/data
- /volume1/docker_datas/radicale/users:/config/users:ro
shm_size: 8M
ports:
- 5232:5232/tcp
networks:
- radicale
restart: always

networks:
home-assistant:
Expand All @@ -187,3 +200,9 @@ networks:
config:
- subnet: 172.13.0.0/16
gateway: 172.13.0.1
radicale:
ipam:
driver: default
config:
- subnet: 172.14.0.0/16
gateway: 172.14.0.1

0 comments on commit 2ffe272

Please sign in to comment.