@Aliysa_Enhance @Adam
Do you have any recommendation how to do this until its ready?
I've created .htpasswd file in root folder and I've added to htaccess:
AuthType Basic
AuthName "Site name"
AuthUserFile /var/www/<container_ID>/.htpasswd
require valid-user
Its working fine for now but I am more interested if this is correct way to do it?