Skip to content

Commit

Permalink
build: add price-history-pg healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 9, 2024
1 parent b5971d3 commit e9cdb21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ services:
- POSTGRES_USER=galoy-price-usr
- POSTGRES_PASSWORD=galoy-price-pwd
- POSTGRES_DB=galoy-price-history
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
interval: 5s
timeout: 30s
retries: 5
api-keys-pg:
image: postgres:14.1
environment:
Expand Down

0 comments on commit e9cdb21

Please sign in to comment.