fix: add --alice option to duniter test node

This commit is contained in:
poka 2023-11-19 09:48:12 +01:00
parent 0c562bb5ab
commit dbdfd0c4fb
2 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,9 @@
{ "name": "test1" },
{ "name": "test2" },
{ "name": "test3" },
{ "name": "test4" },
{ "name": "Alice" }
{ "name": "test4" }
],
"sudo_key": "5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa",
"treasury_funder_address": "5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa",
"technical_committee": ["test1", "test2", "test3", "Alice"]
"technical_committee": ["test1", "test2", "test3"]
}

View File

@ -5,7 +5,8 @@ services:
container_name: duniter-v2s-gecko-tests
# image: duniter/duniter-v2s:debug-sha-4d5e08be
image: duniter/duniter-v2s:debug-sha-44b09061
# command: --sealing=manual
command: --alice
# --sealing=manual
ports:
- "127.0.0.1:9615:9615"
- "127.0.0.1:9933:9933"