Setting up a webserver with php and async operations in docker

Опубликовано: 05 Октябрь 2024
на канале: Daniel Persson (Kalaspuffar)
366
6

I had to set up a Docker image that could handle requests 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 a web server and PHP.

Repository:
https://github.com/kalaspuffar/docker...

Join the Google Cloud-led certificate program on Coursera and dive into security principles in cloud computing. Master cloud risk management and attack mitigation techniques. Equip yourself with cutting-edge cybersecurity skills.
https://imp.i384100.net/c/3402234/209...

Enhance your career in Cybersecurity with AI. Build in-demand generative AI skills and gain credentials for your cybersecurity career in 3 months or less. No degree or prior experience required.

https://imp.i384100.net/c/3402234/211...

Get on the fast track to a career in cybersecurity. In this certificate program, you'll learn in-demand skills, and get AI training from Google experts. Learn at your own pace, no degree or experience required.
https://imp.i384100.net/c/3402234/215...

Get Proficient knowledge in Azure services and infrastructures, managing cloud resources, cloud security with our Cloud Support Associate Certificate !
https://imp.i384100.net/c/3402234/203...

Unlock unlimited opportunities with 50% off your first month of Coursera Plus
https://imp.i384100.net/c/3402234/209...

Join the channel to get access to more perks:
   / @danielpersson  

Or visit my blog at:
https://danielpersson.dev

Outro music: Sanaas Scylla

#async #docker #apache