Skip to content

theotchlx/adonis-db-healthcheck

Repository files navigation

Probes POC

Project setup

You need to make a .env file based on the .env.example file.
Run node ace generate:key to generate a new app key for the project.

Running the project

With docker only: docker network create -d bridge app-network docker build -t monapp:0.0.1 -f Dockerfile . docker run -d --network=app-network -p 3333:3333 --name=app --env-file=.env monapp:0.0.3 docker run -d --network=app-network -p 5432:5432 --name=app-postgres -e POSTGRES_PASSWORD=6R879G028HDIP -e POSTGRES_USER=root -e POSTGRES_DB=app postgres:17.2

With docker compose:

docker compose up -d

Interesting commands (with pnpm):

pnpm audit fix [--force] pnpm outdated

About

POC for healthchecks and kube probes in Node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published