FREVA-CLINT / freva-web

BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Databrowser dev env #43

Closed antarcticrainforest closed 1 year ago

antarcticrainforest commented 1 year ago

This updates the docker-compose script to use the databrowserAPI.

antarcticrainforest commented 1 year ago

@Karinon I took the liberty to outsource many instructions from the workflow to the makefile. In my experience, it's more convenient if something goes wrong and you want to check what. Then you don't have to reproduce all the commands from the workflow but simply type make foo.

Since the last pipeline timed out because conda took ages to do the dependency resolution I also used the micromamba action instead. This is also more in line with what we do in the docker container.

Now, the pipeline takes only about 3 minutes to finish.