diff --git a/.env b/.env index d89fd8c..8f57720 100755 --- a/.env +++ b/.env @@ -7,11 +7,11 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com" #REACT_APP_APPSITE="http://localhost:7012" -REACT_APP_AUX_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfit" -REACT_APP_USERS_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" -# REACT_APP_PASSWORD_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfituser/resetpass" +REACT_APP_AUX_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfit" +REACT_APP_USERS_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" +# REACT_APP_PASSWORD_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser/resetpass" -REACT_APP_SESSION_EXPIRE_MINUTES = 15 +REACT_APP_SESSION_EXPIRE_MINUTES=15 REACT_APP_TRACKING="Tracking" REACT_APP_RESOURCES="Resources" \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index fe1749d..d6dc88d 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ version: '3' services: user-myfit: + image: registry.myfit.ai/user-myfit:latest build: context: . dockerfile: docker/Dockerfile