Skip to main content

Custom Branding

Users can re-brand Portal on the RUN by following the below steps:

  1. In docker-compose.yaml, under portal service section, add the below volume mounts. User can replace the files in the volume mounts by the required images files with appropriate image sizes to re-brand or customise the Portal.
- ./portal/brandlogo.png:/usr/share/nginx/portal/images/brandlogo.png
- ./portal/brandlogo-lg.png:/usr/share/nginx/portal/images/brandlogo-lg.png
- ./portal/brandlogo-watermark.png:/usr/share/nginx/portal/images/brandlogo-watermark.png

  1. Under sts/config.yaml module, add a module brand: <BRAND_NAME>.

Once the above changes are done user can just do docker down and docker up -d.