Skip to content

Instantly share code, notes, and snippets.

@vepo
Last active February 18, 2021 07:07
Show Gist options
  • Save vepo/213c39776ab8927673063846733640a4 to your computer and use it in GitHub Desktop.
Save vepo/213c39776ab8927673063846733640a4 to your computer and use it in GitHub Desktop.
JMeter master-slave docker-compose file
version: '2'
services:
master:
build: ./jmeter-master
container_name: master
tty: true # tty true make the docker image stay up even with nothing running
networks:
- jmeter-network
slave:
build: ./jmeter-slave
networks:
- jmeter-network
networks:
jmeter-network:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment