Add compose setup for DASF
this MR adds a compose setup for DASF using the docker images built in the CI pipeline in the demo repository (https://codebase.helmholtz.cloud/dasf/demos/dam-dasf-demo). For this purpose, I made the websocket url and topic configurable via GET
params.
Once the containers have been setup via
docker compose -f docker-compose.yaml -f docker-compose.dasf.yaml up
one can connect to the backend module from the browser by visiting
http://localhost:8080/usecases/viewer.php?ws_url=ws%3A//localhost%3A8000/ws#dasf
@rhess does this work for you?