Skip to content

Commit

Permalink
docker-compose.testing.yaml: re-use test-app-docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
szobov committed Sep 3, 2024
1 parent bcb21f3 commit 54e273f
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions deploy/docker/clickhouse-setup/docker-compose.testing.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: "2.4"

include:
- test-app-docker-compose.yaml

x-clickhouse-defaults: &clickhouse-defaults
restart: on-failure
# addding non LTS version due to this fix https://github.com/ClickHouse/ClickHouse/commit/32caf8716352f45c1b617274c7508c86b7d1afab
Expand Down Expand Up @@ -280,29 +283,3 @@ services:
depends_on:
- otel-collector
restart: on-failure

hotrod:
image: jaegertracing/example-hotrod:1.30
container_name: hotrod
logging:
options:
max-size: 50m
max-file: "3"
command: [ "all" ]
environment:
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces

load-hotrod:
image: "signoz/locust:1.2.3"
container_name: load-hotrod
hostname: load-hotrod
environment:
ATTACKED_HOST: http://hotrod:8080
LOCUST_MODE: standalone
NO_PROXY: standalone
TASK_DELAY_FROM: 5
TASK_DELAY_TO: 30
QUIET_MODE: "${QUIET_MODE:-false}"
LOCUST_OPTS: "--headless -u 10 -r 1"
volumes:
- ../common/locust-scripts:/locust

0 comments on commit 54e273f

Please sign in to comment.