File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,6 @@ lockfiles/
7171
7272# Editor/IDE project files
7373.idea /
74+
75+ # Example IOCs
76+ example-services /
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies = [
2525 " uvicorn" ,
2626 " requests" ,
2727 " dls-dodal>=1.54.0" ,
28+ " scanspec<=0.8.0" , # https://github.com/bluesky/scanspec/issues/179
2829 " super-state-machine" , # https://github.com/DiamondLightSource/blueapi/issues/553
2930 " GitPython" ,
3031 " event-model==1.23" , # https://github.com/DiamondLightSource/blueapi/issues/684
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 numtracker :
33 image : ghcr.io/diamondlightsource/numtracker:1.0.1
44 ports :
5- - " 8001 :8000"
5+ - " 8406 :8000"
66 post_start :
77 - command : /app/numtracker client configure adsim --directory '/tmp/' --scan '{instrument}-{scan_number}' --detector '{instrument}-{scan_number}-{detector}' --number 43
88
Original file line number Diff line number Diff line change 1414 enabled : true
1515 url : tcp://localhost:61613/
1616numtracker :
17- url : http://localhost:8001 /graphql
17+ url : http://localhost:8406 /graphql
You can’t perform that action at this time.
0 commit comments