Docker swarm with wildfly & mysql high availability

Hi,
My name is Asaf and I’m new here, so nice to be a part of this community.

These days I’m looking for a new solution for an architecture which works above docker with HA of Wildfly & MySQL services.
I created the following architecture, and I would like you to see if it can work properly:

Currently, I built the SWARM cluster, and now I can see running containers (for Example: apache, centos7, etc…) on Node0 & Node1 from Manager0 & Manager1, so the cluster looks fine, but I’m not sure how to build the high availability option for Wildfly & MySQL with docker images.
In addition, I don’t know if the SWARM service is managing the failover & load balancing options, if so, how can I verify that?

Thanks!