Is there a way to wrap scriptcase inside a docker container?

I would like to use docker and docker-compose to deliver our scriptcase solution. Is there a clean why to do so?

Once generated Scriptcase is ‘just a php application’. It does not require anything from outside php. So if you store your webserver/php application into a docker container. That is beyond Scriptcase, but I think you will find all the info you need here: https://hostadvice.com/how-to/how-to-deploy-a-php-application-using-docker-compose/

Hello scriptcaser’s
If your are interested I have published on github a way to dockerize the scriptcase production environment which requires some essential steps. This environment works with nginx, mysql, php-fpm , php-myadmin and wkhtmltopdf containers. Also creating ssl keys and updating apps are included.
You can find it on https://github.com/StephanTie/scriptcase_prod

Also it overcomes problems with special settings when copying environments for staging.

regards

1 Like