Skip to content

Commit

Permalink
Merge pull request #214 from supertokens/connect-db-blog-fix
Browse files Browse the repository at this point in the history
fixes healthcheck in blog
  • Loading branch information
jscyo authored Jan 2, 2024
2 parents d68aa59 + ce546aa commit 336caba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/connect-supertokens-to-database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ For this setup to work, we must connect SuperTokens and PostgreSQL via the host
- app_network
restart: unless-stopped
healthcheck:
test: ['CMD', 'pg_isready']
test: ['CMD', 'pg_isready', '-U', 'supertokens_user', '-d', 'supertokens']
interval: 5s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 336caba

Please sign in to comment.