Skip to content

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

Linux logo

Popular topic

Linux is an open source kernel.
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.
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,

App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.