compliance-framework / portal

The web application that houses all the dashboards and management-related tasks.
2 stars 1 forks source link

Docker image runtime environment configuration via nano endpoint #23

Open radiosilence opened 7 months ago

radiosilence commented 7 months ago

Currently the configuration is baked into the vite build process as one would expect, unfortunately this means that the container is not portable or configurable, unless the app was built at runtime, making the container large and slow to boot (though this could be an option)

This would require restructuring some of the code somewhat.