When I run both of these images at once, such as in my example project on Github, I get the following error when trying to connect to MySQL (example failure):
Access denied for user ‘user’@‘127.0.0.1’
However, if I remove the postgres image and run again with pipe again, everything works as intended (example of successful job).
Does anyone have any ideas how to get these two images to play together nicely?
Through corresponding with Fern over email support, I realized that my issue was that I was setting the environment variables all for the postgres image as in: