Skip to content

Here's what's popular on GitHub today...

Lua logo

Popular topic

Lua is a lightweight, embeddable scripting language.
OSCA22

Upcoming event recommended by GitHub

Mar
24

OSCA22

March 24, 2022 - March 28, 2022 • Online

Open Source Festival is an annual high profile event,featuring series of talks, workshops, and awareness around open-sourced developer tools.
Check Run Reporter screenshot

App recommended by GitHub

Check Run Reporter

Check Run Reporter takes your JUnit, Checkstyle, and other structured reports and presents their results to you right in the GitHub UI. No more need to dig through your pages of CI logs to find out why your build failed.

Reactive-Resume

Trending repository

modem7
modem7 commented Mar 14, 2022

Container healthchecks for server, client and DB. In case something fails for whatever reason (usually it'd either be the server or the DB), it can be automatically restarted.

This can further be extended if you so wish by utilising "depends_on" in your compose file.

e.g.

depends_on:
  postgres-database:
    condition: service_healthy

This can either be done via compose,