Nginx Issue while deploying dockerized laravel to Digital Ocean
I am deploying Containerized Laravel to Digital Ocean using the bitbucket pipeline. I am pushing the PHP image to the docker hub and pulling it from there. Everything goes right but in the end, nginx starts to fail. However, I have tried to fix it but still have no luck. However, it works fine locally. I am sharing the code that I have used for server deployment. Any help will be appreciated.
Nginx Issue while deploy laravel to Digital Ocean
I am deploying Containerized Laravel to Digital Ocean using the bitbucket pipeline. I am pushing the PHP image to the docker hub and pulling it from there. Everything goes right but in the end, nginx starts to fail. However, I have tried to fix it but still have no luck. However, it works fine locally. I am sharing the code that I have used for server deployment. Any help will be appreciated.