[Feature] Support for Docker Swarm #11459
Closed
bootsareme
started this conversation in
Feature Request
Replies: 1 comment 1 reply
-
You should use an external postgres database for this that supports logical replication/fault tolerance. Postgres in Docker is not suitable for instant failover. This is not really within the scope of Immich. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Immich as a service should be scalable to Docker Swarm. I want to distribute Immich over serveral nodes and make it fault tolerant and highly available. I have modified the Docker Compose file to work for Swarm. However, this makes Immich highly unstable and the database crashes frequently. Immich works great in regular Docker but I do not want it to be a single point of failure.
Platform
Beta Was this translation helpful? Give feedback.
All reactions