yolanmees / Spikster

Spikster is an open-source, powerful web hosting control panel designed to simplify server management and automate web services. Quickly set up and manage Nginx, PHP-FPM, MySQL, Redis, Exim, Dovecot, SpamAssassin, ClamAV, and Roundcube all from an intuitive interface. Perfect for developers, system administrators, and managed service providers.
https://spikster.com
Other
101 stars 16 forks source link

Dockerfile implementation #13

Open Ronster2018 opened 10 months ago

Ronster2018 commented 10 months ago

This commit adds support for working on this application in a containerized environment using docker. At the moment, the current configurations have only been made with local development in mind. Next, I will work on making a production ready docker-compose file along with specific env variables that can be set.

There are some very basic instructions on how to use the docker implementation located in the /dockerfiles/Readme.md file.

Please do test this out locally and feel free to reach out to me to troubleshoot any issues that might come up.