Prabhat Singh
Prabhat Singh
I tried using the monthly and daily commit counts in my profile and it seems to work fine. Used following code in the profile README "open angle bracket"img src="https://badges.pufler.dev/commits/daily/prabhatsingh014" /"close...
Looks like your db container is not running which is a dependency to run worker-app container.
With the given yamls, worker-app uses the db credentials "postgres:postgres", so you'll need to specify two environment variables with the db (postgres) deployment i.e. POSTGRES_USER: postgres and POSTGRES_PASSWORD: postgres. Once...