Skip to content

Repository files navigation

Immich Podman Quadlets Handbook

The original Immich Docker Compose file rewritten using Podman Quadlet.

Check out the wiki for additional guides, such as Hardware Transcoding & Acceleration or running immich behind a reverse proxy.

This guide serves as a stock base setup for Immich using Podman Quadlets. It closely follows the structure and intent of the official Docker Compose file provided by Immich. The goal is to provide a shared starting point the community can build upon. Instead of writing isolated full guides, consider contributing your enhancements or customizations to the Wiki.


Note

Do I need a .env file?

In this setup, a separate .env file is not required. All necessary environment variables are defined directly within the .container files.

Click for more details In the original compose file, there is a separate .env file for configuring your containers. I decided not to use one, as although systemd units support env files, it cannot use generic placeholders within unit (.container) files.

This means users would need to edit both the unit and the .env file, defeating the purpose of having a single source of configuration.


Help

If you're struggling with the setup and it's not due to a bug, please open a discussion and include the relevant logs and your quadlet files, rather than creating an issue.

Steps

  1. Either clone or manually write the quadlet files to /etc/containers/systemd/immich:

For rootless Podman setups, clone the repository to ~/.config/containers/systemd/immich instead.

git clone https://github.com/linux-universe/immich-podman-quadlets.git /etc/containers/systemd/immich
  1. Go through every .container file and replace the ${} variables with the needed values.

    For example:

    - Image=ghcr.io/immich-app/immich-server:${IMMICH_VERSION}
    
    + Image=ghcr.io/immich-app/immich-server:v3

    See this page for the default values.

  2. Reload systemd:

    systemctl daemon-reload
  3. Then start Immich:

    systemctl start immich-pod

Run steps 3 and 4 with the --user argument for rootless setups.

  1. You need to change the machine learning URL in the admin settings to http://localhost:3003 in order for it to work.

About

The original Immich Docker Compose file rewritten in Podman Quadlet.

Resources

Stars

61 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors