DEV Community

Cover image for Setting up a webserver with php and async operations in docker
Daniel Persson
Daniel Persson

Posted on

Setting up a webserver with php and async operations in docker

I had to setup a docker image that could handle request in an API using async jobs to do the actual workload. This means that I had to have something running in the background async while also having a docker image with web server and php.

Top comments (0)