Skip to content

Commit 176f49b

Browse files
committed
Improve backend-javascript architecture
1 parent 8458d93 commit 176f49b

21 files changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: '3.8'
2+
3+
services:
4+
5+
k6:
6+
image: grafana/k6
7+
volumes:
8+
- ./k6:/scripts # Monte ton dossier contenant le script test.js
9+
working_dir: /scripts
10+
entrypoint: [""]
11+
command: >
12+
sh -c "k6 run test.js"

0 commit comments

Comments
 (0)