Skip to content

Commit c9a7286

Browse files
committed
chore: docker
1 parent 8511cf9 commit c9a7286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ services:
99
environment:
1010
NODE_ENV: production
1111
PG_CONNECTION_STRING: postgres://postgres:postgrespassword@postgres:5432/postgres
12-
RPC_ENDPOINT: wss://atomone-rpc-history.infra.allinbits.vip:443
12+
RPC_ENDPOINT: wss://atomone-rpc.allinbits.com
1313
CHAIN_START_HEIGHT: 1
1414
LOG_LEVEL: debug
1515
CHAIN_PREFIX: atone
1616
PROCESS_GENESIS: true
1717
QUEUE_SIZE: 200
18-
# volumes:
19-
# - ./genesis.json:/usr/src/app/genesis.json
18+
volumes:
19+
- ./genesis.json:/usr/src/app/genesis.json
2020
depends_on:
2121
postgres:
2222
condition: service_healthy

0 commit comments

Comments
 (0)