how to define network type? (resolved)
Hi,
I have been running Immich for awhile, such a great app 👍. I have Immich hosted on a UNRAID server using the official Docker-compose stack and env file.
Recently I have set up VLANS within my local network and decided to move some front facing apps onto an isolated network.
Normally I would set the network type via the unraid container template as per the attached image
How would I set this for the Immich compose stack?

5 Replies
The docker networks are internal to the machine they're running on, you shouldn't need to set a vlan for those
By default unRAID, the VMs and Docker containers all run within the same network as you suggest, however. unRAID allows you to isolate VMs and Docker containers even further to run on their own network environment completely separated from the unRAID server.
As in the image I currently have gitea running on the vlan tag 80.
This is how i have defined the network on UnRaid.
br0.30 is my Dockernet on a separate VLAN in UnRaid:
And then keep adding the :
To the other containers.
Awesome, thankyou for taking the time to share your compose file.
This looks like what I am trying to achieve. I will try the changes this evening and report back.
Update: confirmed working
I am trying to do the same thing but, running into issue, after have assigned the container to a network, ips gets assigned to them but when I try to access the web ui with ip_address:port its refusing connection