We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8511cf9 commit c9a7286Copy full SHA for c9a7286
docker-compose.yml
@@ -9,14 +9,14 @@ services:
9
environment:
10
NODE_ENV: production
11
PG_CONNECTION_STRING: postgres://postgres:postgrespassword@postgres:5432/postgres
12
- RPC_ENDPOINT: wss://atomone-rpc-history.infra.allinbits.vip:443
+ RPC_ENDPOINT: wss://atomone-rpc.allinbits.com
13
CHAIN_START_HEIGHT: 1
14
LOG_LEVEL: debug
15
CHAIN_PREFIX: atone
16
PROCESS_GENESIS: true
17
QUEUE_SIZE: 200
18
- # volumes:
19
- # - ./genesis.json:/usr/src/app/genesis.json
+ volumes:
+ - ./genesis.json:/usr/src/app/genesis.json
20
depends_on:
21
postgres:
22
condition: service_healthy
0 commit comments