-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Milestone
Description
Hi Tim,
Trying to move forward on my AWS installation. Trying to understand the port 8080 useage in the exoframe architecture, as well as troubleshoot why my install is not working.
My understanding is that the default port for the traefik dashboard is on port 8080. Did you have the dashboard working, prior to or within an AWS swarm?
I see I can move the port by adding 'traefikArgs: [--api=true --api.entryPoint=api --entryPoints='Name:api Address::8686']' to the server.config.yml file. I see in the logs some dashboard website type config, that I didn't have previous to the change.
But then I get a failure on the exoframe deploy. Tried changing the 8080 in the exoframe config, but didn't help.