eventuate-foundation / eventuate-common

Other
10 stars 20 forks source link

Implement HEALTHCHECK for MySQL image #18

Open cer opened 4 years ago

cer commented 4 years ago

It needs to check for two things:

  1. MySQL server is listening on port 3306 - use nc command for that?
  2. The DB initializations have ran: HEALTH check looks for exist of 'touchfile` created by final shell script?
cer commented 4 years ago

Motivation for this issue: https://github.com/eventuate-tram-examples/eventuate-tram-examples-micronaut-customers-and-orders/issues/2