add docker immich docs
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
- [Podman immich](#podman-immich)
|
||||
- [Setup immich Project](#setup-immich-project)
|
||||
- [Install immich](#install-immich)
|
||||
- [Install immich with Docker](#install-immich-with-docker)
|
||||
- [Install immich with Rootless Podman](#install-immich-with-rootless-podman)
|
||||
- [Create the immich user](#create-the-immich-user)
|
||||
- [Write the immich compose spec](#write-the-immich-compose-spec)
|
||||
- [A Note on Volumes](#a-note-on-volumes)
|
||||
@@ -30,7 +31,19 @@
|
||||
- [ ] Expose the quadlet service
|
||||
- [ ] Install a backup service and timer
|
||||
|
||||
## Install immich
|
||||
## Install immich with Docker
|
||||
|
||||
<https://docs.immich.app/install/docker-compose/>
|
||||
|
||||
```bash
|
||||
scp active/podman_immich/release-compose.yaml immich:
|
||||
scp active/podman_immich/release-env immich:.env
|
||||
|
||||
mkdir /srv/immich
|
||||
docker compose -f release-compose.yaml up -d
|
||||
```
|
||||
|
||||
## Install immich with Rootless Podman
|
||||
|
||||
### Create the immich user
|
||||
|
||||
@@ -157,7 +170,7 @@ ssh immich systemctl --user restart immich
|
||||
npm i -g @immich/cli
|
||||
|
||||
# immich login [url] [key]
|
||||
immich login http://192.168.1.216:2283/api HFEJ38DNSDUEG
|
||||
immich login http://192.168.1.216:2283/api <key here>
|
||||
|
||||
# Check the upload
|
||||
immich upload --dry-run --recursive directory/
|
||||
|
||||
Reference in New Issue
Block a user