version bumps, homepage switch
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- /media/audiobooks:/audiobooks
|
||||
- /media/audiobooks-pt:/audiobooks-pt
|
||||
- /media/podcasts:/podcasts
|
||||
- /docker/audiobookshelf/config:/config
|
||||
- /docker/audiobookshelf/metadata:/metadata
|
||||
@@ -52,7 +53,7 @@ services:
|
||||
## Immich (photo library management)
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v1.124.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.129.0
|
||||
volumes:
|
||||
- /media/immich:/usr/src/app/upload
|
||||
- /docker/immich_db_dump:/db_dump
|
||||
@@ -73,7 +74,7 @@ services:
|
||||
restart: unless-stopped
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.129.0
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
@@ -107,7 +108,6 @@ services:
|
||||
- /media/jellyfin/Movies:/data/movies
|
||||
- /media/jellyfin/TV Shows:/data/tvshows
|
||||
- /media/jellyfin/Music:/data/music
|
||||
- /media/jellyfin/Live TV:/data/livetv
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 7539:7539/udp
|
||||
@@ -150,20 +150,6 @@ services:
|
||||
- ${DNS_IP}
|
||||
restart: unless-stopped
|
||||
|
||||
## Glance (server dashboard)
|
||||
glance:
|
||||
image: glanceapp/glance
|
||||
container_name: glance
|
||||
volumes:
|
||||
- /docker/glance/glance.yml:/app/glance.yml
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 3019:8080
|
||||
dns:
|
||||
- 100.111.0.126
|
||||
restart: unless-stopped
|
||||
|
||||
## Grocy (home inventory management)
|
||||
grocy:
|
||||
container_name: grocy
|
||||
@@ -178,6 +164,20 @@ services:
|
||||
- 9283:80
|
||||
restart: unless-stopped
|
||||
|
||||
## TinyHome (server dashboard)
|
||||
tinyhome:
|
||||
container_name: tinyhome
|
||||
image: azpsen/tinyhome:main
|
||||
environment:
|
||||
- REFRESH_INTERVAL=360
|
||||
ports:
|
||||
- 3000:80
|
||||
volumes:
|
||||
- /docker/tinyhome:/config:rw
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
restart: unless-stopped
|
||||
|
||||
## Homepage (server dashboard)
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
@@ -186,7 +186,7 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3001:3000
|
||||
volumes:
|
||||
- /docker/homepage:/app/config
|
||||
- /docker/homepage/images:/app/public/images
|
||||
@@ -463,6 +463,19 @@ services:
|
||||
target: /root/.config/glances/glances.pwd
|
||||
restart: unless-stopped
|
||||
|
||||
## Doku (docker disk usage analyzer)
|
||||
doku:
|
||||
container_name: doku
|
||||
image: amerkurev/doku
|
||||
ports:
|
||||
- 9090:9090
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /:/hostroot:ro
|
||||
environment:
|
||||
- SI=false
|
||||
restart: unless-stopped
|
||||
|
||||
## Scrutiny (disk health monitoring)
|
||||
scrutiny:
|
||||
container_name: scrutiny
|
||||
|
||||
Reference in New Issue
Block a user