create universal master module for docker containers. It will run required processes and establish communication between them. Necessary criteria: - No hard coded settings or processes, use config instead. - Contact with #50 receiver to handle outer world communication - solution must be universal, so only route data, don't handle it Hints: - for config you can use simple json or config.py file
create universal master module for docker containers. It will run required processes and establish communication between them.
Necessary criteria:
Hints: