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

Commit

Permalink
use docker image for header sync instead of building it
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Aug 19, 2020
1 parent 2f61872 commit 9ce0c5b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ services:
- "127.0.0.1:8079:5432"

eth-header-sync:
restart: unless-stopped
depends_on:
- contact-watcher-db
build:
context: ./../
cache_from:
- alpine:latest
- golang:1.13
dockerfile: ./dockerfiles/header_sync/Dockerfile
image: vulcanize/eth-header-sync:v1.0.0
volumes:
- ./geth.ipc:/geth.ipc
- ../environments/example.toml:/app/config.toml
Expand Down Expand Up @@ -75,14 +71,14 @@ services:
restart: unless-stopped
depends_on:
- contact-watcher-db
image: vulcanizejenkins/postgraphile:v1.0
image: vulcanize/postgraphile:v1.0
environment:
- PG_HOST=contact-watcher-db
- PG_PORT=5432
- PG_DATABASE=vulcanize_public
- PG_USER=vdbm
- PG_PASSWORD=password
- SCHEMA=public
- SCHEMA=public,header_0xd850942ef8811f2a866692a623011bde52a462c1
ports:
- "127.0.0.1:5000:5000"

Expand Down

0 comments on commit 9ce0c5b

Please sign in to comment.