diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 27730234..3f7e9c10 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -12,7 +12,7 @@ services: - "10184:10184/tcp" - "10184:10184/udp" volumes: - - viction-mainnet-node-archive-leveldb-hash:/tomochain/data + - viction-mainnet-node-archive-leveldb-hash:/data networks: - chains env_file: @@ -20,11 +20,11 @@ services: environment: EXTIP: "${IP}" P2P_PORT: 10184 - SNAPSHOT_CMD: 'mkdir -p /tomochain/data/tomo/chaindata; wget -c https://snapshot.viction.xyz/archive-node/CHAIN_DATA.tar.zst -O - | tar zstd xvf -C /chaindata/data/tomo/chaindata; mkdir -p /tomochain/data/tomox; wget -c https://snapshot.viction.xyz/archive-node/TOMOX_DATA.tar.zst -O - | tar zstd xvf -C /tomochain/data/tomox' + SNAPSHOT_CMD: 'mkdir -p /data/tomo/chaindata; wget -c https://snapshot.viction.xyz/archive-node/CHAIN_DATA.tar.zst -O - | tar zstd xvf -C /data/tomo/chaindata; mkdir -p /data/tomox; wget -c https://snapshot.viction.xyz/archive-node/TOMOX_DATA.tar.zst -O - | tar zstd xvf -C /data/tomox' command: - --gcmode=archive - --syncmode=full - - --rpcapi "eth,debug,net,db,admin,web3" + - --rpcapi=eth,debug,net,db,admin,web3 restart: unless-stopped viction-mainnet-archive: diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index ddf56557..40298a31 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -12,7 +12,7 @@ services: - "10670:10670/tcp" - "10670:10670/udp" volumes: - - viction-mainnet-node-pruned-leveldb-hash:/tomochain/data + - viction-mainnet-node-pruned-leveldb-hash:/data networks: - chains env_file: @@ -20,11 +20,11 @@ services: environment: EXTIP: "${IP}" P2P_PORT: 10670 - SNAPSHOT_CMD: 'mkdir -p /tomochain/data/tomo/chaindata; wget -c https://snapshot.viction.xyz/CHAIN_DATA.tar.zst -O - | tar zstd xvf -C /chaindata/data/tomo/chaindata; mkdir -p /tomochain/data/tomox; wget -c https://snapshot.viction.xyz/TOMOX_DATA.tar.zst -O - | tar zstd xvf -C /tomochain/data/tomox' + SNAPSHOT_CMD: 'mkdir -p /data/tomo/chaindata; wget -c https://snapshot.viction.xyz/CHAIN_DATA.tar.zst -O - | tar zstd xvf -C /data/tomo/chaindata; mkdir -p /data/tomox; wget -c https://snapshot.viction.xyz/TOMOX_DATA.tar.zst -O - | tar zstd xvf -C /data/tomox' command: - --gcmode=full - --syncmode=full - - --rpcapi "eth,debug,net,db,admin,web3" + - --rpcapi=eth,debug,net,db,admin,web3 restart: unless-stopped viction-mainnet: diff --git a/viction/node/viction-testnet-node-archive-leveldb-hash.yml b/viction/node/viction-testnet-node-archive-leveldb-hash.yml index 3589be79..58ab997e 100644 --- a/viction/node/viction-testnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-archive-leveldb-hash.yml @@ -12,7 +12,7 @@ services: - "10689:10689/tcp" - "10689:10689/udp" volumes: - - viction-testnet-node-archive-leveldb-hash:/tomochain/data + - viction-testnet-node-archive-leveldb-hash:/data networks: - chains env_file: @@ -24,7 +24,7 @@ services: command: - --gcmode=archive - --syncmode=full - - --rpcapi "eth,debug,net,db,admin,web3" + - --rpcapi=eth,debug,net,db,admin,web3 restart: unless-stopped viction-testnet-archive: diff --git a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml index 16b3ce02..31962f6b 100644 --- a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml @@ -12,7 +12,7 @@ services: - "10254:10254/tcp" - "10254:10254/udp" volumes: - - viction-testnet-node-pruned-leveldb-hash:/tomochain/data + - viction-testnet-node-pruned-leveldb-hash:/data networks: - chains env_file: @@ -24,7 +24,7 @@ services: command: - --gcmode=full - --syncmode=full - - --rpcapi "eth,debug,net,db,admin,web3" + - --rpcapi=eth,debug,net,db,admin,web3 restart: unless-stopped viction-testnet: