Skip to content

Commit b09e103

Browse files
authored
Remove REACT_APP_NOTIFICATION_NODE_URL variable
Removed REACT_APP_NOTIFICATION_NODE_URL environment variable.
1 parent b9d133f commit b09e103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ services:
143143
- REACT_APP_RUUTER_API_URL=http://localhost:8086
144144
- REACT_APP_RUUTER_PRIVATE_API_URL=http://localhost:8088
145145
- REACT_APP_CUSTOMER_SERVICE_LOGIN=http://localhost:3004
146-
- REACT_APP_NOTIFICATION_NODE_URL=http://localhost:3005
147146
- 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' http://localhost:8086 http://localhost:8088 http://localhost:3004 http://localhost:3005 ws://localhost;
148147
- DEBUG_ENABLED=true
149148
- CHOKIDAR_USEPOLLING=true
@@ -506,4 +505,4 @@ volumes:
506505
networks:
507506
bykstack:
508507
name: bykstack
509-
driver: bridge
508+
driver: bridge

0 commit comments

Comments
 (0)