After much testing and some minor bug fixes, we can finally announce that the official Docker image is available.

If you want to set up mosparo, some requirements must be met before installing it. Maybe you don’t have a web server with PHP available right now, so the alternative to setting everything up manually is to use the Docker image.

With the provided Docker image, you get mosparo together with PHP and nginx, so you do not have to take care of the installation and configuration of PHP. You still need a MySQL database and have to use a reverse proxy (at least for productive environments).

You do not have to take care of the MySQL database using the recommended method with docker-compose.

Please find all information about how to use the Docker image in our documentation: https://documentation.mosparo.io/docs/installation/install/docker/

You can find our Docker images on Docker Hub: https://hub.docker.com/r/mosparo/mosparo

If you have suggestions, issues, or feedback regarding the Docker image or mosparo in general, do not hesitate to send us an issue on GitHub or an email to feedback@mosparo.io.