4. Kill and re-run the above docker compose command
Now you should have Workspaces running on your local machine!
You can access the frontend in your browser at localhost:4444 and the database at localhost:54322.
It comes with some sample data to facilitate testing.
For instance, to run a calibration workflow from the form on `http://localhost:4444/workspaces/active-requests`, use the following query to find suitable ngas_fileset_id's/SDM ids:
.. code-block:: sql
select ngas_fileset_id, e.project_code, p.title, e.starttime, a.firstname, a.lastname, telescope from execution_blocks e
JOIN projects p on e.project_code = p.project_code