Skip to content

Commit

Permalink
feat: add option for immich versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Sep 27, 2024
1 parent f85fa5f commit 816b0f9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion stacks/immich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ minimum_swiftwave_version: "v2.2.7"

services:
"{{STACK_NAME}}_server":
image: ghcr.io/immich-app/immich-server:release
image: "ghcr.io/immich-app/immich-server:{{VERSION}}"
volumes:
- "{{UPLOAD_LOCATION}}:/usr/src/app/upload"
expose:
Expand Down Expand Up @@ -58,6 +58,18 @@ docs:
iframe_video_embed: ""
variables:
VERSION:
title: "Version"
description: "Choose the version of Immich"
default: "release"
type: options
options:
- title: "Latest"
value: "release"
- title: "1.116.0"
value: "v1.116.0"
- title: "1.115.0"
value: "v1.115.0"
IMMICH_DEPLOYMENT_SERVER:
title: "Immich Server"
description: "The server to deploy Immich"
Expand Down

0 comments on commit 816b0f9

Please sign in to comment.