Enable fixturenet for laconicd

This commit is contained in:
2022-10-12 16:30:37 -06:00
parent 3501b99843
commit c11213de52
2 changed files with 133 additions and 1 deletions
+15 -1
View File
@@ -3,4 +3,18 @@ services:
laconicd:
restart: unless-stopped
image: cerc/laconicd:local
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
volumes:
# TODO: look at folding this script into the container
- ../config/laconicd/create-fixturenet.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
# TODO: determine which of the ports below is really needed
ports:
- "6060"
- "26657"
- "26656"
- "9473"
- "8545"
- "8546"
- "9090"
- "9091"
- "1317"