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: ports:
- 13378:80 - 13378:80
volumes: volumes:
- /media/audiobooks:/audiobooks - /media/abs/audiobooks:/audiobooks
- /media/audiobooks-pt:/audiobooks-pt - /media/abs/podcasts:/podcasts
- /media/podcasts:/podcasts
- ${DOCKER_DIR}/audiobookshelf/config:/config - ${DOCKER_DIR}/audiobookshelf/config:/config
- ${DOCKER_DIR}/audiobookshelf/metadata:/metadata - ${DOCKER_DIR}/audiobookshelf/metadata:/metadata
dns: dns:
@ -148,9 +147,9 @@ services:
volumes: volumes:
- ${DOCKER_DIR}/jellyfin:/config - ${DOCKER_DIR}/jellyfin:/config
- ${DOCKER_DIR}/jellyfin/theme:/usr/share/jellyfin/web/theme - ${DOCKER_DIR}/jellyfin/theme:/usr/share/jellyfin/web/theme
- /media/jellyfin/Movies:/data/movies - /media/jf/movies:/data/movies
- /media/jellyfin/TV Shows:/data/tvshows - /media/jf/shows:/data/tvshows
- /media/jellyfin/Music:/data/music - /media/jf/music:/data/music
ports: ports:
- 8096:8096 - 8096:8096
- 7539:7539/udp - 7539:7539/udp
@ -176,6 +175,17 @@ services:
- ${DNS_IP} - ${DNS_IP}
restart: unless-stopped 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 (backup GUI)
backrest: backrest:
container_name: backrest container_name: backrest
@ -735,8 +745,8 @@ services:
- tz=america/chicago - tz=america/chicago
volumes: volumes:
- ${DOCKER_DIR}/bazarr:/config - ${DOCKER_DIR}/bazarr:/config
- /media/jellyfin/movies:/movies - /media/jf/movies:/movies
- /media/jellyfin/tv shows:/tv - /media/jf/shows:/tv
ports: ports:
- 6767:6767 - 6767:6767
restart: unless-stopped restart: unless-stopped
@ -820,7 +830,7 @@ services:
- PGID=1000 - PGID=1000
volumes: volumes:
- ${DOCKER_DIR}/radarr:/config - ${DOCKER_DIR}/radarr:/config
- /media/jellyfin/Movies:/Movies #optional - /media/jf/movies:/Movies #optional
- ${DOCKER_DIR}/qbittorrent/downloads:/downloads #optional - ${DOCKER_DIR}/qbittorrent/downloads:/downloads #optional
restart: unless-stopped restart: unless-stopped
@ -838,7 +848,7 @@ services:
- TP_THEME=dark - TP_THEME=dark
volumes: volumes:
- ${DOCKER_DIR}/sonarr:/config - ${DOCKER_DIR}/sonarr:/config
- /media/jellyfin/TV Shows:/TV Shows - /media/jf/shows:/TV Shows
- ${DOCKER_DIR}/qbittorrent/downloads:/downloads - ${DOCKER_DIR}/qbittorrent/downloads:/downloads
restart: unless-stopped 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 ### Media
- [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook server - [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook and podcast server
- The official mobile client works great - The official mobile client works great
- [Calibre Web Automated](https://github.com/crocodilestick/Calibre-Web-Automated) - Ebook management - [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 - [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 - [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 - 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/) - [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 - [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.) - [DumbPad](https://github.com/DumbWareio/DumbPad) - Stupid simple notes app (for grocery lists, quick notes, etc.)