When I try to set up a mobilizon instance in a docker swarm (volumes mounted as NFS volume) Mobilizon does not start. When I alter the compose file so that it is just on the local filesystem of the master, it deploys without a hitch. Are there known limitations/issues with having the database on NFS?
The problem is that there are no logs. the master, when asked, tells that de containers have started on the worker, the worker however has no containers launched. No logs with ‘docker service logs’ whatsoever. I’ll try to launch just the database and see what happens
One of the problems was the way we mounted, postgres requires ‘sync’ instead of ‘async’ when mounted via NFS, be sure to pass this knowledge along if others come with similar questions. When deployed in a docker swarm, I’m encountering a password problem, so it is still not working on my system.