Skip to content

Commit

Permalink
chore: switch to stable docker-hub images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathansumner committed Feb 6, 2023
1 parent c4371bd commit b8fa57e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ci-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "3"

services:
postgres:
image: gcr.io/fetch-ai-images/subquery-postgres:863ce7d
# image: gcr.io/fetch-ai-images/subquery-postgres:863ce7d
image: jonathansumner/ledger-subquery-postgres:latest
ports:
- 5432:5432
environment:
Expand Down
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ version: "3"

services:
postgres:
build:
context: ./docker/
dockerfile: ./plv8.dockerfile
# build:
# context: ./docker/
# dockerfile: ./plv8.dockerfile
image: jonathansumner/ledger-subquery-postgres:latest
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit b8fa57e

Please sign in to comment.