mirror of
https://github.com/immich-app/immich.git
synced 2025-06-06 21:38:26 +02:00
1.5 KiB
1.5 KiB
sidebar_position |
---|
50 |
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.yml
file from the GitHub repository. - Replace
.env
withstack.env
for 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
example.env
file 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_LOCATION
with your preferred location for storing backup assets.
- Click on "Deploy the stack".
:::tip For more information on how to use the application, please refer to the Post Installation guide. :::