immich version bump, clean up readme
This commit is contained in:
parent
f0ec9c7a4a
commit
6025d8ec78
@ -53,7 +53,7 @@ services:
|
|||||||
## Immich (photo library management)
|
## Immich (photo library management)
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:v1.129.0
|
image: ghcr.io/immich-app/immich-server:v1.130.2
|
||||||
volumes:
|
volumes:
|
||||||
- /media/immich:/usr/src/app/upload
|
- /media/immich:/usr/src/app/upload
|
||||||
- ${DOCKER_DIR}/immich_db_dump:/db_dump
|
- ${DOCKER_DIR}/immich_db_dump:/db_dump
|
||||||
@ -74,7 +74,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.129.0
|
image: ghcr.io/immich-app/immich-machine-learning:v1.130.2
|
||||||
volumes:
|
volumes:
|
||||||
- model-cache:/cache
|
- model-cache:/cache
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -60,7 +60,6 @@ These are all the services hosted, what they are for, and any clients I use with
|
|||||||
- [Dozzle](https://dozzle.dev/) - Docker logs all in one place
|
- [Dozzle](https://dozzle.dev/) - Docker logs all in one place
|
||||||
- [Glances](https://github.com/nicolargo/glances) - System monitor - I mostly have this for dashboard widgets but it can be useful by itself
|
- [Glances](https://github.com/nicolargo/glances) - System monitor - I mostly have this for dashboard widgets but it can be useful by itself
|
||||||
- [Scrutiny](https://github.com/AnalogJ/scrutiny) - HDD SMART monitoring, so I know when to prepare for a drive failure
|
- [Scrutiny](https://github.com/AnalogJ/scrutiny) - HDD SMART monitoring, so I know when to prepare for a drive failure
|
||||||
- [Doku](https://github.com/amerkurev/doku) - Docker disk usage monitor - makes it easy to see how much space I can free up by pruning
|
|
||||||
- [Speedtest Tracker](https://speedtest-tracker.dev/) - Runs scheduled internet speedtests and creates pretty graphs to keep my ISP honest
|
- [Speedtest Tracker](https://speedtest-tracker.dev/) - Runs scheduled internet speedtests and creates pretty graphs to keep my ISP honest
|
||||||
|
|
||||||
### Networking
|
### Networking
|
||||||
@ -172,7 +171,7 @@ My current Immich docker setup has a lot of repetition - when I want to update,
|
|||||||
# immich.env
|
# immich.env
|
||||||
|
|
||||||
UPLOAD_LOCATION=/media/immich
|
UPLOAD_LOCATION=/media/immich
|
||||||
IMMICH_VERSION="v1.123.0"
|
IMMICH_VERSION="v1.131.2"
|
||||||
|
|
||||||
TYPESENSE_API_KEY=
|
TYPESENSE_API_KEY=
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user