You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the difficulties using scicatlive for development is that docker compose makes some changes to config files, resulting in a dirty working directory. Trying to change branches while preserving these changes is challenging and changes often get lost, leading to a broken configuration.
I'm not sure how exactly to mitigate this, but it might involve some combination of the following
Use environmental variables over files whenever possible
Keep config files as minimal as possible. Don't include default values, only modified values
Have a script that could be run inside the container to re-apply config changes. (Maybe merge_json.sh can already do this if you delete .finished?)
The text was updated successfully, but these errors were encountered:
One of the difficulties using scicatlive for development is that docker compose makes some changes to config files, resulting in a dirty working directory. Trying to change branches while preserving these changes is challenging and changes often get lost, leading to a broken configuration.
I'm not sure how exactly to mitigate this, but it might involve some combination of the following
.finished
?)The text was updated successfully, but these errors were encountered: