dmt-client/compose.yaml
Aleksey Kashapov d8a4f490d4
FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17)
* FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57

* Adds creation timestamp support for cached snapshot building

* Temporarily disables codecov report upload; fixes protocol and dialyzer warnings

* Fixes linting after including prometheus as a dependency
2024-05-15 10:10:57 +03:00

43 lines
1.0 KiB
YAML
Executable File

version: '3'
services:
testrunner:
image: $DEV_IMAGE_TAG
build:
dockerfile: Dockerfile.dev
context: .
args:
OTP_VERSION: $OTP_VERSION
THRIFT_VERSION: $THRIFT_VERSION
depends_on:
dominant:
condition: service_healthy
volumes:
- .:$PWD
working_dir: $PWD
command: /sbin/init
dominant:
image: ghcr.io/valitydev/dominant:sha-eb1cccb
command: /opt/dominant/bin/dominant foreground
depends_on:
machinegun:
condition: service_healthy
healthcheck:
test: "/opt/dominant/bin/dominant ping"
interval: 5s
timeout: 3s
retries: 12
machinegun:
image: ghcr.io/valitydev/machinegun:sha-5c0db56
command: /opt/machinegun/bin/machinegun foreground
volumes:
- ./test/machinegun/config.yaml:/opt/machinegun/etc/config.yaml
- ./test/machinegun/cookie:/opt/machinegun/etc/cookie
healthcheck:
test: "/opt/machinegun/bin/machinegun ping"
interval: 5s
timeout: 1s
retries: 12