version: '3'

networks:
  k6:

services:
  k6:
    build: .
    networks:
      - k6
    ports:
      - "5665:5665"
    volumes:
      - ./scripts:/scripts