Tweak port numbers, disable redirect middleware #1

Merged
cgalo5758 merged 1 commits from port-tweaks into main 2021-09-19 16:33:19 +00:00
Owner
No description provided.
3wordchant added 1 commit 2021-09-19 13:39:24 +00:00
Author
Owner

Seems the built-in server is listening on port 80, so I switched the loadbalancer config to that port, and removed the port spec from the healthcheck command.

Without the healthcheck command, Docker eventually kills the service and tries again, because the curl localhost:8500 never works.

Without the Traefik change, the app comes up and stays up, but Traefik gives a gateway error.

Seems the built-in server is listening on port 80, so I switched the `loadbalancer` config to that port, and removed the port spec from the `healthcheck` command. Without the healthcheck command, Docker eventually kills the service and tries again, because the `curl localhost:8500` never works. Without the Traefik change, the app comes up and stays up, but Traefik gives a gateway error.
3wordchant requested review from cgalo5758 2021-09-19 13:41:14 +00:00
cgalo5758 merged commit 210edb60f0 into main 2021-09-19 16:33:19 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wiki-cafe/apex-site#1
No description provided.