@@ -3,7 +3,7 @@ services:
33 container_name : ruuter-public
44 image : ruuter
55 environment :
6- - application.cors.allowedOrigins=http://localhost:8086,http://localhost:3001,http://localhost:3003,http://localhost:3004,http://localhost:8080,http://localhost:8000,http://localhost:8090,https://global-classifier- dev.rootcode.software
6+ - application.cors.allowedOrigins=http://localhost:8086,http://localhost:3001,http://localhost:3003,http://localhost:3004,http://localhost:8080,http://localhost:8000,http://localhost:8090,https://dev-gloclf.buerokratt.ee
77 - application.httpCodesAllowList=200,201,202,204,400,401,403,500
88 - application.internalRequests.allowedIPs=127.0.0.1
99 - application.logging.displayRequestContent=true
@@ -25,7 +25,7 @@ services:
2525 container_name : ruuter-private
2626 image : ruuter
2727 environment :
28- - application.cors.allowedOrigins=http://localhost:3001,http://localhost:3003,http://localhost:8088,http://localhost:3002,http://localhost:3004,http://localhost:8000,https://global-classifier- dev.rootcode.software
28+ - application.cors.allowedOrigins=http://localhost:3001,http://localhost:3003,http://localhost:8088,http://localhost:3002,http://localhost:3004,http://localhost:8000,https://dev-gloclf.buerokratt.ee
2929 - application.httpCodesAllowList=200,201,202,400,401,403,500
3030 - application.internalRequests.allowedIPs=127.0.0.1
3131 - application.logging.displayRequestContent=true
@@ -65,7 +65,7 @@ services:
6565 tim-postgresql :
6666 condition : service_started
6767 environment :
68- - SECURITY_ALLOWLIST_JWT=ruuter-private,ruuter-public,data-mapper,resql,tim,tim-postgresql,chat-widget,authentication-layer,127.0.0.1,::1,global-classifier- dev.rootcode.software
68+ - SECURITY_ALLOWLIST_JWT=ruuter-private,ruuter-public,data-mapper,resql,tim,tim-postgresql,chat-widget,authentication-layer,127.0.0.1,::1,dev-gloclf.buerokratt.ee
6969 - KEY_PASS=ppjjpp
7070 ports :
7171 - 8085:8085
@@ -294,7 +294,7 @@ services:
294294 OPENSEARCH_PASSWORD : admin
295295 PORT : 4040
296296 REFRESH_INTERVAL : 1000
297- CORS_WHITELIST_ORIGINS : http://localhost:3001,http://localhost:3002,http://localhost:3003,http://localhost:3004,http://localhost:8080,http://localhost:8088,https://global-classifier- dev.rootcode.software
297+ CORS_WHITELIST_ORIGINS : http://localhost:3001,http://localhost:3002,http://localhost:3003,http://localhost:3004,http://localhost:8080,http://localhost:8088,https://dev-gloclf.buerokratt.ee
298298 RUUTER_URL : http://ruuter-public:8086
299299 volumes :
300300 - /app/node_modules
@@ -317,18 +317,18 @@ services:
317317 container_name : gui
318318 environment :
319319 - NODE_ENV=local
320- - REACT_APP_RUUTER_API_URL=https://global-classifier- dev.rootcode.software /ruuter-public
321- - REACT_APP_RUUTER_PRIVATE_API_URL=https://global-classifier- dev.rootcode.software /ruuter-private
322- - REACT_APP_CUSTOMER_SERVICE_LOGIN=https://global-classifier- dev.rootcode.software /authentication-layer/et/dev-auth
323- - REACT_APP_NOTIFICATION_NODE_URL=https://global-classifier- dev.rootcode.software /notifications_node
324- - REACT_APP_CSP=upgrade-insecure-requests; default-src 'self'; font-src 'self' data:; img-src 'self' data:; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; object-src 'none'; connect-src 'self' https://global-classifier- dev.rootcode.software /ruuter-public https://global-classifier- dev.rootcode.software /ruuter-private https://global-classifier- dev.rootcode.software /authentication-layer/et/dev-auth https://global-classifier- dev.rootcode.software /notifications_node;
320+ - REACT_APP_RUUTER_API_URL=https://dev-gloclf.buerokratt.ee /ruuter-public
321+ - REACT_APP_RUUTER_PRIVATE_API_URL=https://dev-gloclf.buerokratt.ee /ruuter-private
322+ - REACT_APP_CUSTOMER_SERVICE_LOGIN=https://dev-gloclf.buerokratt.ee /authentication-layer/et/dev-auth
323+ - REACT_APP_NOTIFICATION_NODE_URL=https://dev-gloclf.buerokratt.ee /notifications_node
324+ - REACT_APP_CSP=upgrade-insecure-requests; default-src 'self'; font-src 'self' data:; img-src 'self' data:; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; object-src 'none'; connect-src 'self' https://dev-gloclf.buerokratt.ee /ruuter-public https://dev-gloclf.buerokratt.ee /ruuter-private https://dev-gloclf.buerokratt.ee /authentication-layer/et/dev-auth https://dev-gloclf.buerokratt.ee /notifications_node;
325325 - DEBUG_ENABLED=true
326326 - CHOKIDAR_USEPOLLING=true
327327 - PORT=3001
328328 - REACT_APP_SERVICE_ID=conversations,settings,monitoring
329329 - REACT_APP_ENABLE_HIDDEN_FEATURES=TRUE
330330 - VITE_HOST=0.0.0.0
331- - VITE_ALLOWED_HOSTS=global-classifier- dev.rootcode.software ,localhost,127.0.0.1
331+ - VITE_ALLOWED_HOSTS=dev-gloclf.buerokratt.ee ,localhost,127.0.0.1
332332
333333 build :
334334 context : ./GUI
0 commit comments