File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ services:
130130 PORT : 8095
131131 FRONTEND_PORT : 9095
132132 AUTH_SERVER_URI : ' http://localhost:8095'
133- RESOURCE_SERVER : ' http://localhost:8095'
133+ RESOURCE_SERVER : ' http://localhost:8095/ '
134134 volumes :
135135 - rems_dev_rems-admin2-sync:/rems-admin2:nocopy # nocopy is important
136136 - rems_dev_rems-admin2-nodeModules:/rems-admin2/node_modules
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ services:
106106 PORT : 8095
107107 FRONTEND_PORT : 9095
108108 AUTH_SERVER_URI : ' http://localhost:8095'
109- RESOURCE_SERVER : ' http://localhost:8095'
109+ RESOURCE_SERVER : ' http://localhost:8095/ '
110110 depends_on :
111111 pims_remsadmin_mongo :
112112 condition : service_healthy
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ services:
7272 PORT : 8095
7373 FRONTEND_PORT : 9095
7474 AUTH_SERVER_URI : ' http://localhost:8095'
75- RESOURCE_SERVER : ' http://localhost:8095'
75+ RESOURCE_SERVER : ' http://localhost:8095/ '
7676 depends_on :
7777 pims_remsadmin_mongo :
7878 condition : service_healthy
You can’t perform that action at this time.
0 commit comments