Skip to content

Commit

Permalink
fix(deps): PG version sync (#4609)
Browse files Browse the repository at this point in the history
* fix(deps): PG version sync

* chore: Remove changes from quickstart
  • Loading branch information
k3yss authored Oct 18, 2024
1 parent 6fec510 commit 443364e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
depends_on:
- price-history-pg
price-history-pg:
image: postgres:14.1
image: postgres:15.1
environment:
- POSTGRES_USER=galoy-price-usr
- POSTGRES_PASSWORD=galoy-price-pwd
Expand All @@ -52,7 +52,7 @@ services:
timeout: 30s
retries: 5
api-keys-pg:
image: postgres:14.1
image: postgres:15.1
environment:
- POSTGRES_USER=user
- POSTGRES_PASSWORD=password
Expand All @@ -73,7 +73,7 @@ services:
timeout: 30s
retries: 5
voucher-pg:
image: postgres:14.1
image: postgres:15.1
environment:
- POSTGRES_USER=user
- POSTGRES_PASSWORD=password
Expand Down

0 comments on commit 443364e

Please sign in to comment.