DEV Community

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

Posted on

3

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)

Jetbrains image

Build Secure, Ship Fast

Discover best practices to secure CI/CD without slowing down your pipeline.

Read more

Retry later