unRaid + immich compose + tailscale
Hello, may you could tell me if this combination is possible?
i have recently installed immich on my unRaid server through the docker compose setup from docs https://docs.immich.app/install/unraid . But i'm not sure how i can add this to my tailscale account. I can imagine that i have to post something in the yaml, like "network":
best regards and thank you for the great app
i have a freshly new install, nothing special added.
unRaid Version 7.1.4
immich log snippets:
Status:
Version:
--------
tried it once with chatGPT, but not worked at the end...
i have recently installed immich on my unRaid server through the docker compose setup from docs https://docs.immich.app/install/unraid . But i'm not sure how i can add this to my tailscale account. I can imagine that i have to post something in the yaml, like "network":
services:
immich-server:..
env_file: ...
ports: ...
depends_on: ...
restart: ...
healthcheck: ...
network:
type: <docker-tailscale>
auth-key: <tailscale auth key>best regards and thank you for the great app
i have a freshly new install, nothing special added.
unRaid Version 7.1.4
immich log snippets:
Status:
healthyVersion:
[Nest] 24 - 10/03/2025, 7:20:57 AM LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:2283 [v2.0.0] [production]--------
tried it once with chatGPT, but not worked at the end...
tailscale:
image: tailscale/tailscale:stable
container_name: tailscale
volumes:
- /mnt/user/appdata/tailscale:/var/lib/tailscale
environment:
- TS_AUTHKEY=tskey-auth-xxxxxxxxxxxxxxxxxxxxxx
command: tailscaled --tun=userspace-networking
network_mode: "service:immich-server"
depends_on:
- immich-server
networks:
immich-net:
driver: bridge