2022-10-28 20:21:02 +00:00
|
|
|
services:
|
|
|
|
laconicd:
|
|
|
|
restart: unless-stopped
|
|
|
|
image: cerc/laconicd:local
|
|
|
|
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
|
|
|
|
volumes:
|
2023-05-18 19:54:27 +00:00
|
|
|
# The cosmos-sdk node's database directory:
|
2023-11-22 17:31:30 +00:00
|
|
|
- laconicd-data:/root/.laconicd
|
2023-03-07 17:08:04 +00:00
|
|
|
# TODO: look at folding these scripts into the container
|
2024-01-29 04:57:01 +00:00
|
|
|
- laconicd-scripts:/docker-entrypoint-scripts.d:ro
|
2022-10-28 20:21:02 +00:00
|
|
|
# TODO: determine which of the ports below is really needed
|
|
|
|
ports:
|
|
|
|
- "6060"
|
|
|
|
- "26657"
|
|
|
|
- "26656"
|
2023-09-04 18:14:05 +00:00
|
|
|
- "9473"
|
2022-10-28 20:21:02 +00:00
|
|
|
- "8545"
|
|
|
|
- "8546"
|
|
|
|
- "9090"
|
|
|
|
- "9091"
|
|
|
|
- "1317"
|
2023-03-05 01:45:57 +00:00
|
|
|
cli:
|
|
|
|
image: cerc/laconic-registry-cli:local
|
|
|
|
volumes:
|
2024-01-29 04:57:01 +00:00
|
|
|
- cli-config:/registry-cli-config
|
2023-06-27 22:58:41 +00:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
laconicd-data:
|
2024-01-29 04:57:01 +00:00
|
|
|
laconicd-scripts:
|
|
|
|
cli-config:
|