mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
add parse-blueray sh script, and backup server-dockers config
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#
|
||||
# Port of each service:
|
||||
# - jellyfin: 8096
|
||||
# - emby: 8097
|
||||
# - wallabag: 8098
|
||||
# - slskd: 8099
|
||||
# - metube: 8100
|
||||
@@ -34,6 +33,7 @@
|
||||
# - prowlarr: 8102
|
||||
# - bazarr: 8103
|
||||
# - radarr: 8104
|
||||
# - qui: 8105
|
||||
# - qbittorrent: 8080
|
||||
# - homepage: 8000
|
||||
# - grafana: 3000
|
||||
@@ -49,16 +49,6 @@ services:
|
||||
- /mnt/usb:/media
|
||||
restart: unless-stopped
|
||||
|
||||
emby:
|
||||
image: emby/embyserver # in rpi: emby/embyserver_arm64v8
|
||||
container_name: emby
|
||||
ports:
|
||||
- "8097:8096"
|
||||
volumes:
|
||||
- /mnt/usb/configurations/emby:/config
|
||||
- /mnt/usb:/media
|
||||
restart: unless-stopped
|
||||
|
||||
wallabag:
|
||||
image: wallabag/wallabag
|
||||
container_name: wallabag
|
||||
@@ -166,6 +156,15 @@ services:
|
||||
- WEBUI_PORT=8080
|
||||
restart: unless-stopped
|
||||
|
||||
qui:
|
||||
image: ghcr.io/autobrr/qui:latest
|
||||
container_name: qui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8105:7476"
|
||||
volumes:
|
||||
- ./qui:/config
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
@@ -222,7 +221,6 @@ services:
|
||||
# which has support for 'add-ons'.
|
||||
# More info: https://www.home-assistant.io/installation/#about-installation-types
|
||||
|
||||
|
||||
networks:
|
||||
monitoring:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user