Skip to content

Commit 468c71d

Browse files
Move numtracker in compose file to a more obscure port and pin scanspec
1 parent 9032503 commit 468c71d

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ lockfiles/
7171

7272
# Editor/IDE project files
7373
.idea/
74+
75+
# Example IOCs
76+
example-services/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

tests/system_tests/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/system_tests/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ stomp:
1414
enabled: true
1515
url: tcp://localhost:61613/
1616
numtracker:
17-
url: http://localhost:8001/graphql
17+
url: http://localhost:8406/graphql

0 commit comments

Comments
 (0)