Question.
Is it possible to run multiple instances of this without each conflicting with each other? I just have to change the local container name and port numbers in the compose statement for the 2nd stack right?
Dockers run compartment like, each isolated right? If I understand Docker right…so the background worker tasks that run to scrape should not conflict with each other even if those processes are the same name.?
I am still pretty novice when it comes to Docker…


