elemes/test/podman-compose.locust.yml

15 lines
241 B
YAML
Raw Normal View History

2026-01-03 10:17:20 +07:00
version: '3.8'
services:
locust:
build: .
ports:
- "8089:8089"
volumes:
2026-01-04 11:21:03 +07:00
- ./:/locust
2026-01-03 10:17:20 +07:00
command: ["locust", "-f", "locustfile.py", "--host", "http://<LMS_SERVER_IP>:5000"]
networks:
default:
driver: bridge