Skip to content

Commit

Permalink
controller basic setup attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 25, 2024
1 parent cf2a5ff commit 8006cd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@
{"function":"proxyHandler", "args": ["http://ca-key:8080/"]}
]
},

{
"method":"use",
"route": "/controller/",
"handlers":[
{"function":"proxyHandler", "args": ["http://ca-controller:8020/"]}
]
},
{
"method":"use",
"route": "/img/IIP/raw/",
Expand Down
3 changes: 3 additions & 0 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ services:
environment:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
controller:
build: "https://github.com/camicroscope/3dPrintedMicroscope#dockerize"
container_name: ca-controller
dicomsrv:
build: "https://github.com/camicroscope/dicomsrv.git"
container_name: ca-dicomsrv
Expand Down

0 comments on commit 8006cd6

Please sign in to comment.