Skip to content

Commit

Permalink
Updates Immich to latest version. (#1120)
Browse files Browse the repository at this point in the history
It removes the need for the microservices container (the server one
includes the functionality by default). The latest mobile app won't
work without this update.
  • Loading branch information
borjarobert authored Jun 19, 2024
1 parent de3ea67 commit 4fe0b64
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions public/v4/apps/immich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,6 @@ services:
- $$cap_appname-redis
- $$cap_appname-db

$$cap_appname-microservices:
caproverExtra:
notExposeAsWebApp: 'true'
dockerfileLines:
- FROM ghcr.io/immich-app/immich-server:$$cap_version
- CMD ["start.sh", "microservices"]
environment:
DB_PASSWORD: $$cap_app_db_pass
DB_USERNAME: $$cap_app_db_user
DB_DATABASE_NAME: $$cap_app_db_name
DB_HOSTNAME: srv-captain--$$cap_appname-db
REDIS_HOSTNAME: srv-captain--$$cap_appname-redis
UPLOAD_LOCATION: $$cap_app_upload_location
IMMICH_MACHINE_LEARNING_URL: http://srv-captain--$$cap_appname-machine-learning:3003
volumes:
- $$cap_app_upload_location:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
depends_on:
- $$cap_appname-redis
- $$cap_appname-db

$$cap_appname-machine-learning:
caproverExtra:
notExposeAsWebApp: 'true'
Expand Down Expand Up @@ -88,7 +67,7 @@ caproverOneClickApp:
- label: Immich version
id: $$cap_version
description: Check out their valid tags at https://github.com/immich-app/immich/releases
defaultValue: v1.105.1
defaultValue: v1.106.4
- label: Immich redis version
id: $$cap_redis_ver
defaultValue: 6.2-alpine@sha256:c5a607fb6e1bb15d32bbcf14db22787d19e428d59e31a5da67511b49bb0f1ccc
Expand Down

0 comments on commit 4fe0b64

Please sign in to comment.