"latest" tag actually was "stable"-tag. with old db schema.

This commit is contained in:
cventastic
2022-06-19 14:47:18 +02:00
parent 8665068892
commit a825b27ccd

View File

@@ -3,7 +3,7 @@ version: '3.1'
services: services:
erigon-bsc: erigon-bsc:
image: thorax/erigon:latest image: thorax/erigon:devel
command: erigon --chain bsc --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 command: erigon --chain bsc --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061
volumes: volumes:
- erigon-bsc-volume:/home/erigon/.local/share/erigon - erigon-bsc-volume:/home/erigon/.local/share/erigon
@@ -17,7 +17,7 @@ services:
restart: unless-stopped restart: unless-stopped
rpcdaemon-bsc: rpcdaemon-bsc:
image: thorax/erigon:latest image: thorax/erigon:devel
command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,debug,net --ws command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,debug,net --ws
pid: service:erigon-bsc # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) pid: service:erigon-bsc # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode)
volumes: volumes: