Skip to content

Commit

Permalink
chore: Remove changes from quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Oct 9, 2024
1 parent d35bb8a commit a94ece8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
depends_on:
- hydra-pg
hydra-pg:
image: postgres:15.1
image: postgres:14.1
environment:
- POSTGRES_USER=hydra
- POSTGRES_PASSWORD=secret
Expand Down Expand Up @@ -298,7 +298,7 @@ services:
depends_on:
- price-history-pg
price-history-pg:
image: postgres:15.1
image: postgres:14.1
environment:
- POSTGRES_USER=galoy-price-usr
- POSTGRES_PASSWORD=galoy-price-pwd
Expand Down

0 comments on commit a94ece8

Please sign in to comment.