Taiga setup using docker - admin panel not rendering properly

I have setup taiga on a bare metal server using docker. Every thing seems to be working fine, except https://taiga.itversity.com/admin. The page is rendering without proper css and javascript.

Hi there!

Did you see this question?

Best regards!

Yes, tried it. But no use.

root@21bbf37d73e0:/taiga-back# DJANGO_SETTINGS_MODULE=settings.config python manage.py collectstatic

You have requested to collect static files at the destination
location as specified in your settings:

    /taiga-back/static

This will overwrite existing files!
Are you sure you want to do this?

Type 'yes' to continue, or 'no' to cancel: yes

0 static files copied to '/taiga-back/static', 1008 unmodified.
root@21bbf37d73e0:/taiga-back#