Skip to content

Commit

Permalink
Create docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scrabblett authored Aug 9, 2024
1 parent 17b64c2 commit 2b539a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3.7'
services:
yandex-tank:
build:
dockerfile: Dockerfile
command: yandex-tank -c /app/config/load.yaml
volumes:
- type: bind
source: ./config
target: /app/config
- type: bind
source: ./scenarios
target: /app/scenarios
- type: bind
source: ./logs
target: /app/logs

0 comments on commit 2b539a6

Please sign in to comment.