Skip to content

Commit

Permalink
don't need to add env to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mrMosi committed Feb 27, 2025
1 parent 0513ffe commit 6a44a58
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ services:
healthcheck:
test: [ "CMD", "python3", "-c", "import socket; socket.create_connection(('localhost', 8089), timeout=1)" ]
interval: 3s
retries: 10
# environments are needed for versions <=1.14.5
environment:
TARGET_URL: http://locust-master:8089
LOCUSTFILE_PATH: /mnt/locust/locustfile.py
retries: 10

0 comments on commit 6a44a58

Please sign in to comment.