Start with: docker-compose up --build
To change timeout, send a POST-request to one of the api's to the route /timeout
curl -XPOST \
localhost:3000/timeout \
-d '{"timeout":3000}' \
-H 'content-type: application/json'
Start with: docker-compose up --build
To change timeout, send a POST-request to one of the api's to the route /timeout
curl -XPOST \
localhost:3000/timeout \
-d '{"timeout":3000}' \
-H 'content-type: application/json'