mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
* Add yarn.lock to .gitignore * Tweak announcementBar message * Add demo link to docs homepage * chore(docs): logo-meaning page cleanup * chore(docs): support page cleanup * chore(docs): tech-stack page cleanup * chore(docs): requirements page cleanup * Update main README warning to match docs site * Add clearer documentation link to main README * chore(docs): one-step-install page cleanup * chore(docs): Security: remove example JWT_SECRET value * chore(docs): recommended-install page cleanup * chore(docs): portainer-install page cleanup * chore(docs): unraid-install page cleanup
1.7 KiB
1.7 KiB
sidebar_position
| sidebar_position |
|---|
| 4 |
Portainer
Install Immich using Portainer's Stack feature.
- Go to "Stacks" in the left sidebar.
- Click on "Add stack".
- Give the stack a name (i.e. Immich), and select "Web Editor" as the build method.
- Copy the content of the
docker-compose.ymlfile from the GitHub repository. - Replace
.envwithstack.envfor all containers that need to use environment variables in the web editor.
<img src={require('./img/dot-env.png').default} width="50%" style={{border: '1px solid #ddd'}} alt="Dot Env Example" />
- Click on "Advanced Mode" in the Environment Variables section.
<img src={require('./img/env-1.png').default} width="50%" style={{border: '1px solid #ddd'}} alt="Dot Env Example" />
- Copy the content of the
.env.examplefile from the GitHub repository and paste into the editor. - Switch back to "Simple Mode".
<img src={require('./img/env-2.png').default} width="50%" style={{border: '1px solid #ddd'}} alt="Dot Env Example" />
- Populate custom database information if necessary.
- Populate
UPLOAD_LOCATIONwith your preferred location for storing backup assets. - Populate a secret value for
JWT_SECRET. You can use the command below to generate a secure key:
openssl rand -base64 128
- Click on "Deploy the stack".
:::tip For more information on how to use the application, please refer to the Post Installation guide. :::