Mobilizon in a docker swarm

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?

Thanks in advance!

Hi,

There should be no issue with NFS as it is pretty transparent for the application.

Do you have any logs ?

There might be some permissions issues.

Have you tried to launch just a database ? I don’t know how PostgreSQL behave with remote file systems …