diff --git a/.env b/.env index aa0312b..59844c6 100644 --- a/.env +++ b/.env @@ -3,18 +3,18 @@ SKIP_PREFLIGHT_CHECK=true REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246" REACT_APP_TWITTER="https://twitter.com/fluxtra" -REACT_APP_APPSITE=" https://myfitapp.mermsemr.com" +REACT_APP_APPSITE="https://myfitapp.mermsemr.com" #REACT_APP_APPSITE="http://localhost:7012" -# REACT_APP_AUX_ENDPOINT = "http://10.20.30.32:9083/svs/user" -# REACT_APP_USERS_ENDPOINT = "http://10.20.30.32:9083/svs/user" -REACT_APP_AUX_ENDPOINT = "https://apigate.lotus.g1.wrenchboard.com/svs/user" -REACT_APP_USERS_ENDPOINT = "https://apigate.lotus.g1.wrenchboard.com/svs/user" +# REACT_APP_AUX_ENDPOINT="http://10.20.30.32:9083/svs/user" +# REACT_APP_USERS_ENDPOINT="http://10.20.30.32:9083/svs/user" +REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user" +REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user" #"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" -REACT_APP_SESSION_EXPIRE_MINUTES = 5 +REACT_APP_SESSION_EXPIRE_MINUTES=5 #apigate.lotus.g1.wrenchboard.com:76.209.103.227 #apigate.orion.g1.wrenchboard.com:76.209.103.227 diff --git a/docker-compose.yml b/docker-compose.yml index 2ad420e..18e4daf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ version: '3' services: - user-wrench: + users-wrench: + images: registry.chiefsoft.net/wrenchboard-users-wrench:latest build: context: . dockerfile: docker/Dockerfile