@@ -100,7 +100,7 @@ services:
- proxy
environment:
- PORT=3001
- - REACT_APP_API_URL=http://framed-server/api
+ - REACT_APP_API_URL=http://framed-tracker-server/api
command: sh -c "npm install && npm start"
depends_on:
- framed-server