Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Dec 13, 2024
2 parents f404610 + 3c8e69c commit 28ae1af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/immich/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 115,
"version": "1.122.2",
"tipi_version": 116,
"version": "1.122.3",
"categories": ["data", "photography"],
"description": "Photo and video backup solution directly from your mobile phone.",
"short_desc": "Photo and video backup solution directly from your mobile phone.",
Expand Down Expand Up @@ -35,5 +35,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733710056000
"updated_at": 1734102893000
}
4 changes: 2 additions & 2 deletions apps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:v1.122.2
image: ghcr.io/immich-app/immich-server:v1.122.3
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
environment:
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
runtipi.managed: true
immich-machine-learning:
container_name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.122.2
image: ghcr.io/immich-app/immich-machine-learning:v1.122.3
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
Expand Down

0 comments on commit 28ae1af

Please sign in to comment.