2023-02-15 20:57:23 +00:00
|
|
|
services:
|
2024-04-02 13:25:31 +00:00
|
|
|
laconicd:
|
2023-02-15 20:57:23 +00:00
|
|
|
restart: unless-stopped
|
2024-04-02 13:25:31 +00:00
|
|
|
image: cerc/laconicd:local
|
2024-07-22 06:18:02 +00:00
|
|
|
command: ["bash", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
|
2024-01-29 04:46:32 +00:00
|
|
|
environment:
|
|
|
|
- TEST_AUCTION_ENABLED
|
|
|
|
- TEST_REGISTRY_EXPIRY
|
|
|
|
- LOGLEVEL
|
2023-02-15 20:57:23 +00:00
|
|
|
volumes:
|
2024-04-02 13:25:31 +00:00
|
|
|
- ./laconicd/scripts/init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
|
2023-02-15 20:57:23 +00:00
|
|
|
healthcheck:
|
2024-07-22 06:18:02 +00:00
|
|
|
test: ["CMD", "curl", "-v", "http://127.0.0.1", "6060"]
|
2023-02-15 20:57:23 +00:00
|
|
|
interval: 1s
|
|
|
|
timeout: 5s
|
|
|
|
retries: 30
|
|
|
|
ports:
|
2024-01-29 04:46:32 +00:00
|
|
|
- "9473:9473"
|
|
|
|
- "1317:1317"
|
2024-03-18 13:58:52 +00:00
|
|
|
- "26657:26657"
|
2023-02-15 20:57:23 +00:00
|
|
|
|
|
|
|
cli-test-runner:
|
2024-01-29 04:46:32 +00:00
|
|
|
image: cerc/laconic-registry-cli:local
|
2023-02-15 20:57:23 +00:00
|
|
|
depends_on:
|
2024-04-02 13:25:31 +00:00
|
|
|
laconicd:
|
2023-02-15 20:57:23 +00:00
|
|
|
condition: service_healthy
|
|
|
|
command: tail -F /dev/null
|