Skip to content

Commit 4595bf7

Browse files
committed
env bug
1 parent f6fac0a commit 4595bf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose-dev.yml

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

docker-compose-local-build.yml

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

docker-compose.yml

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

0 commit comments

Comments
 (0)