-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hello @jsuto,
I am trying to confirm the official supported deployment platforms for MailPiler.
Over the last two weeks, I attempted to deploy MailPiler on Docker Swarm, but I encountered several issues such as:
- MariaDB reinitializing on every Swarm task restart
- piler-smtp failing to bind properly to port 25 under Swarm networking
- Swarm rescheduling causing piler.conf and indexes to reset
- Overlay volume behavior causing store and sphinx folders to break
- UI becoming unavailable when tasks are recreated
- Before continuing, I need an official clarification from the maintainer.
My Question
👉 Does MailPiler officially support Docker Swarm, or is it supported only on docker-compose / single-host Docker?
Why I’m Asking
I need to provide a documented and authoritative answer to a client regarding whether MailPiler is intended to run on Swarm or only with docker-compose.
Observations
Official documentation only shows docker-compose usage
The image initialization scripts appear designed for single-host Docker
Community discussions suggest Swarm is not supported
MariaDB (used by MailPiler) is known to be incompatible with Swarm rescheduling
I would greatly appreciate an official confirmation so I can pass it on accurately.
Thank you.