cfpb / sbl-project

Project management repo for the SBL project
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

[Task] Add locust to docker-compose #213

Closed jcadam14 closed 4 months ago

jcadam14 commented 4 months ago

Add the following to docker-compose:

  sbl-locust:
    build: ../sbl-filing-api/locust-load-test
    ports:
      - 8089:8089
    env_file:
      - ./dev_setup/common.env
    environment:
      MODE: single

This will allow devs to run the locust load tester against the filing-api