laconicd-deprecated/tests/sdk_tests/docker-compose.yml

34 lines
772 B
YAML
Raw Normal View History

2022-12-21 20:51:01 +00:00
services:
laconicd:
restart: unless-stopped
2023-10-16 20:05:56 +00:00
image: cerc/laconicd:local
entrypoint: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
environment:
- TEST_AUCTION_ENABLED
- TEST_REGISTRY_EXPIRY
- LOGLEVEL
2022-12-21 20:51:01 +00:00
volumes:
- ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
2022-12-21 20:51:01 +00:00
healthcheck:
test: ["CMD", "curl", "-v", "http://127.0.0.1:6060"]
2022-12-21 20:51:01 +00:00
interval: 1s
timeout: 5s
retries: 30
ports:
- "6060"
- "26657"
- "26656"
- "9473"
- "8545"
- "8546"
- "9090"
- "9091"
- "1317"
sdk-test-runner:
2023-10-06 12:05:48 +00:00
image: cerc/laconic-sdk-tester:local
2022-12-21 20:51:01 +00:00
depends_on:
laconicd:
condition: service_healthy
command: tail -F /dev/null