CloudBoost / docker

Docker Cloud file for CloudBoost
http://www.cloudboost.io
33 stars 14 forks source link

Error URL rewriting #7

Closed mymanga closed 8 years ago

mymanga commented 8 years ago

When trying to create an app,the dashboard references " http://localhost:4730/socket.io/?EIO=3&transport=polling&t=LPnPOjW " instead of " http://my.domain.com:4730/socket.io/?EIO=3&transport=polling&t=LPnPOjW "

mymanga commented 8 years ago

cloudboost-user-service_1 | No users found->New Server... cloudboost-user-service_1 | Successful on isNewServer check cloudboost-user-service_1 | Successfull on get server settings.. cloudboost-user-service_1 | Successfull Getting server settings ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information. If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).

at the end of doccker-compose up

mymanga commented 8 years ago

I am to assume the field to change the api url after login is how to change from localhost to domain. I did it but and folowed instructions to restart cluster...I have restarted the docker cotainers and even the physical server...no changes

nawazdhandala commented 8 years ago

Okay, I'm going to fix this. :) In the meantime, Can you please use the hosted service?

mymanga commented 8 years ago

Okay, thank you

nawazdhandala commented 8 years ago

fixed.

mymanga commented 8 years ago

Trying it out , thank you