add baikal, change directories

This commit is contained in:
azpsen 2025-04-07 11:52:24 -05:00
parent 806a5812a0
commit 1bfd569816
2 changed files with 22 additions and 11 deletions

View File

@ -13,9 +13,8 @@ services:
ports:
- 13378:80
volumes:
- /media/audiobooks:/audiobooks
- /media/audiobooks-pt:/audiobooks-pt
- /media/podcasts:/podcasts
- /media/abs/audiobooks:/audiobooks
- /media/abs/podcasts:/podcasts
- ${DOCKER_DIR}/audiobookshelf/config:/config
- ${DOCKER_DIR}/audiobookshelf/metadata:/metadata
dns:
@ -148,9 +147,9 @@ services:
volumes:
- ${DOCKER_DIR}/jellyfin:/config
- ${DOCKER_DIR}/jellyfin/theme:/usr/share/jellyfin/web/theme
- /media/jellyfin/Movies:/data/movies
- /media/jellyfin/TV Shows:/data/tvshows
- /media/jellyfin/Music:/data/music
- /media/jf/movies:/data/movies
- /media/jf/shows:/data/tvshows
- /media/jf/music:/data/music
ports:
- 8096:8096
- 7539:7539/udp
@ -176,6 +175,17 @@ services:
- ${DNS_IP}
restart: unless-stopped
## Baikal (calendar/contacts)
baikal:
container_name: baikal
image: ckulka/baikal:nginx
ports:
- 8391:80
volumes:
- ${DOCKER_DIR}/baikal/config:/var/www/baikal/config
- ${DOCKER_DIR}/baikal/data:/var/www/baikal/Specific
restart: unless-stopped
## Backrest (backup GUI)
backrest:
container_name: backrest
@ -735,8 +745,8 @@ services:
- tz=america/chicago
volumes:
- ${DOCKER_DIR}/bazarr:/config
- /media/jellyfin/movies:/movies
- /media/jellyfin/tv shows:/tv
- /media/jf/movies:/movies
- /media/jf/shows:/tv
ports:
- 6767:6767
restart: unless-stopped
@ -820,7 +830,7 @@ services:
- PGID=1000
volumes:
- ${DOCKER_DIR}/radarr:/config
- /media/jellyfin/Movies:/Movies #optional
- /media/jf/movies:/Movies #optional
- ${DOCKER_DIR}/qbittorrent/downloads:/downloads #optional
restart: unless-stopped
@ -838,7 +848,7 @@ services:
- TP_THEME=dark
volumes:
- ${DOCKER_DIR}/sonarr:/config
- /media/jellyfin/TV Shows:/TV Shows
- /media/jf/shows:/TV Shows
- ${DOCKER_DIR}/qbittorrent/downloads:/downloads
restart: unless-stopped

View File

@ -16,7 +16,7 @@ These are all the services hosted, what they are for, and any clients I use with
### Media
- [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook server
- [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook and podcast server
- The official mobile client works great
- [Calibre Web Automated](https://github.com/crocodilestick/Calibre-Web-Automated) - Ebook management
- [Yomu](https://www.yomu-reader.com/) for iOS is nice and minimal and supports OPDS for use with Calibre Web
@ -31,6 +31,7 @@ These are all the services hosted, what they are for, and any clients I use with
- [Actual Budget](https://actualbudget.org/) - Excellent budgeting app. It can be automatically synced with your bank ([SimpleFIN Bridge](https://beta-bridge.simplefin.org/) for US banks, $15/year), but I have found that to be unstable
- There used to be an official app but it has been discontinued - I added the website to my phone's home screen and it works quite well
- [Baikal](https://sabre.io/baikal/) - Calendar/contacts
- [Backrest](https://github.com/garethgeorge/backrest) - UI to manage backups (sent to a Raspberry Pi 5 running [restic](https://restic.net/)
- [ConvertX](https://github.com/C4illin/ConvertX) - File conversion utility
- [DumbPad](https://github.com/DumbWareio/DumbPad) - Stupid simple notes app (for grocery lists, quick notes, etc.)