@@ -39,10 +39,10 @@ services:
3939 start_period : 10s
4040 timeout : 10s
4141 volumes :
42- - intersect_bragg_volume:/usr/src/dashboard /bragg_volume/
43- - intersect_transition_volume:/usr/src/dashboard /transition_volume/
44- - intersect_andie_volume:/usr/src/dashboard /andie_volume/
45- - intersect_scientist_cloud_volume:/usr/src/dashboard /scientist_cloud_volume
42+ - intersect_bragg_volume:/app /bragg_volume/
43+ - intersect_transition_volume:/app /transition_volume/
44+ - intersect_andie_volume:/app /andie_volume/
45+ - intersect_scientist_cloud_volume:/app /scientist_cloud_volume
4646 dashboard_service :
4747 image : " ghcr.io/nsdf-fabric/intersect-service:latest"
4848 container_name : dashboard_service
@@ -52,10 +52,10 @@ services:
5252 broker :
5353 condition : service_healthy
5454 volumes :
55- - intersect_bragg_volume:/usr/src/dashboard_service /bragg_volume/
56- - intersect_transition_volume:/usr/src/dashboard_service /transition_volume/
57- - intersect_andie_volume:/usr/src/dashboard_service /andie_volume/
58- - intersect_scientist_cloud_volume:/usr/src/dashboard_service /scientist_cloud_volume
55+ - intersect_bragg_volume:/app /bragg_volume/
56+ - intersect_transition_volume:/app /transition_volume/
57+ - intersect_andie_volume:/app /andie_volume/
58+ - intersect_scientist_cloud_volume:/app /scientist_cloud_volume
5959 storage_service :
6060 image : " ghcr.io/nsdf-fabric/intersect-storage:latest"
6161 container_name : storage_service
0 commit comments