Hi All, We are having an issue at the moment with...
# general
j
Hi All, We are having an issue at the moment with the docker deployment of signoz. Our initial docker-compose command works well and all containers start and everything comes up as expected. However on reboot of our ec2 instance, although all containers start, we get an error when logging in to the console\frontend 'something went wrong'. A restart of the Frontend container resolves the issue but the same thing will happen again on the next restart. We have updated the docker-compose file with the following depends on section. However the issue persists. depends_on: query-service: condition: service_healthy alertmanager: condition: service_started Has anyone come across this or have any ideas how we can ensure all is good after a reboot? Thanks