Update docker compose#88
Conversation
Louwrensth
left a comment
There was a problem hiding this comment.
Nice work.
I was looking to update it too.
Please have a look at my comments
|
After our meeting with @olivhoenen I understood I could add small work to your fork/branch directly I've added some commits I had laying around... the last one is probably not what you want -- but how can we run alternative python versions with a single |
|
There was a problem hiding this comment.
What is the motivation for running all three Python versions simultaneously?
There was a problem hiding this comment.
There was a request to have them running for development/debugging purpose only. IIRC, @prasad-sawantdesai was working on a feature (with the simdb dashboard) that had a bug for one of the Python versions.
There was a problem hiding this comment.
This feature we could use in GitHub actions to test SimDB server with different Python versions. Main purpose is that one should be able to switch to different branches/PRs to verify behavior quickly..
main --> Currently installed production version (Always available)
develop --> development version (Always available with updated develop version, restarts with new changes)
Pull requests --> to test pull requests (On demand)
This reverts commit 7854b4d.
symlink validation-schema.yaml
simdb.cli.remote_api.RemoteError: Cannot process IMAS data as server.imas_remote_host configuration option not set
Updates the docker build files