Docker – Sharing data schemas between distributed systems
I have a project that involves two docker containers, one a web server that interacts with a client, and another a worker server that does stuff in the background. The web server sends data over to the worker via Redis.…