Description
When using Ghosts animations, it is attempting to connect to localhost:8065 instead of mattermost:8065. The job configuration allows for this change, but the logs still show localhost being called, resulting in a failure to connect.
Steps to Reproduce
Use Ghosts animations in the application.
Check the job configuration to ensure it is set to mattermost:8065.
Review the logs for the connection attempt.
Expected Behavior
The application should call mattermost:8065 as configured, allowing a successful connection.
Actual Behavior
The logs indicate that the application is calling localhost:8065, which fails to connect. I have confirmed that mattermost:8065 works from within the container, but localhost does not.
Additional Information:
This configuration is challenging to get working correctly with container with a default of localhost.