diff --git a/README.md b/README.md index 0a76346..3ec20a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Aeternity Localnet Docker-compose based configuration to easily run locally deployed dev/test network. +Latest config files support node v5.*. For older node versions use the 1.* tags of this repository. This repository provide two setups described below: diff --git a/docker-compose.yml b/docker-compose.yml index 1a5e660..e6fca6f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: environment: AETERNITY_CONFIG: /home/aeternity/aeternity.yaml command: > - -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} + bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} volumes: - ${PWD}/node/config/node1_mean15.yaml:/home/aeternity/aeternity.yaml - ${PWD}/node/keys/node1:/home/aeternity/node/keys @@ -19,7 +19,7 @@ services: environment: AETERNITY_CONFIG: /home/aeternity/aeternity.yaml command: > - -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} + bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} volumes: - ${PWD}/node/config/node2_mean15.yaml:/home/aeternity/aeternity.yaml - ${PWD}/node/keys/node2:/home/aeternity/node/keys @@ -31,7 +31,7 @@ services: environment: AETERNITY_CONFIG: /home/aeternity/aeternity.yaml command: > - -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} + bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} volumes: - ${PWD}/node/config/node3_mean15.yaml:/home/aeternity/aeternity.yaml - ${PWD}/node/keys/node3:/home/aeternity/node/keys diff --git a/singlenode.yml b/singlenode.yml index b439838..16c20fd 100644 --- a/singlenode.yml +++ b/singlenode.yml @@ -10,7 +10,7 @@ services: environment: AETERNITY_CONFIG: /home/aeternity/aeternity.yaml command: > - -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} + bin/aeternity console -noinput -aecore expected_mine_rate ${AETERNITY_MINE_RATE:-15000} volumes: - ${PWD}/node/config/singlenode_mean15.yaml:/home/aeternity/aeternity.yaml - ${PWD}/node/keys/node1:/home/aeternity/node/keys