Hi All,
I installed Openremote on a VPS with Alpine linux as OS.
I used the docker-compose.yml file as proposed by github.
If the deployment takes place on a local machine (my mac) everything works perfectly, if started on the remote virtual machine docker-compose starts correctly but openremote cannot be accessed from the outside.
The login page shows:
“We are sorry …”
“Invalid parameter: redirect_uri”
I tried to set the remote machine address in the command line:
OR_HOST = vps_ip_address OR_SSL_PORT = 443 docker-compose -p openremote up -d
or
OR_HOST = vps_ip_address docker-compose -p openremote up -d
but nothing to do.
How can I correctly configure docker-compose file?
What environment variables should I add or change?
Thanks for your help.
Cocoa