Hi Everyone
Please guide. Thanks in advance
We are running an application on docker with multiple containers with the help of a docker compose file. Azure Ad is configured for authentication. The url is exposed via Netscalar. The webserver is configured on apache httpd container. The Backed container is written in python flask, frontend is react, the database container in elasticsearch.
After 45 - 60 minutes the url is going down with the below message
" Http/1.1 Service Unavailable "
the url is becoming available if the below commands is executed
“systemctl daemon-reexec; systemctl daemon-reload; systemctl restart docker”