Django and sentry are not connected, Containers-to-containers connection
django, postgresql consists of docker-compose, and sentry consists each as a container while looking at the official document. Then, I created a new network (my_network) and connected django and sentry. However, issue tracking does not work.
Containers-to-containers connection, setting django and sentry
django, postgresql consists of docker-compose, and sentry consists each as a container while looking at the official document. Then, I created a new network (my_network) and connected django and sentry. However, issue tracking does not work.