Hello,
I’m using this script: https://gist.github.com/lonelycode/4f645c4733faaa74d8fd to install Tyk-gateway and Tyk-dashboard.
It’s running all fine, but I need something as this specific:
I need to run
- API-Gateway at domain. net (root domain), port 80
- API-dashboard at developer.domain. net, port 80 (so that my developers will no need to put :3000 to access my page)
======
As I can see the source code of the gist file above, it’s using the same docker command as your docker page, but I’m wondering if I can set the port to port 80, and set the API-gateway domain as well as dashboard port and domain name?
======
I’m running Tyk On-premise on OVH server, Centos7. All Mongodb, Redis, Tyk-gateway, tyk-dashboard, docker is in the latest version.
Thank you much!