Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
fix vulcanize/postgraphile tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Sep 11, 2020
1 parent 4ffe7a1 commit 7f5dd1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ services:
- golang:1.13
dockerfile: Dockerfile
volumes:
- ./geth.ipc:/geth.ipc
- ./environments/example.toml:/app/config.toml
environment:
- VDB_COMMAND=watch
Expand All @@ -109,7 +108,7 @@ services:
restart: unless-stopped
depends_on:
- contact-watcher-db
image: vulcanize/postgraphile:v1.0
image: vulcanize/postgraphile:v1.0.1
environment:
- PG_HOST=contact-watcher-db
- PG_PORT=5432
Expand Down

0 comments on commit 7f5dd1c

Please sign in to comment.