-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): dockerize #6858
feat(cli): dockerize #6858
Conversation
Deploying with
|
Latest commit: |
99a0403
|
Status: | ✅ Deploy successful! |
Preview URL: | https://7a8d7c89.immich.pages.dev |
Branch Preview URL: | https://cli-dockerize.immich.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, it will help a lot of people.
Thank you !
Co-authored-by: Ben McCann <[email protected]>
If npm is not available on your system you can try the Docker version | ||
|
||
```bash | ||
docker run -it -v "$(pwd)":/import:ro -e IMMICH_API_KEY=https://your-immich-instance/api -e IMMICH_API_KEY=your-api-key ghcr.io/immich-app/immich-cli:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The environment variable for the server should be IMMICH_INSTANCE_URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has already been fixed in a separate pr
To be done after this PR: