Set the domain name and IP address you want to set in extra_hosts in the docker-compose file.
Example::
extra_hosts: - "symdon.ga:127.0.0.1" - "auth.symdon.ga:127.0.0.1" - "demo-angular.symdon.ga:127.0.0.1" - "django.symdon.ga:127.0.0.1"
Include 127.0.0.1 in the DNS being queried.
Use docker-compose command to start.
docker-compose up