refactor project structure and stabilize execution
This commit is contained in:
@@ -3,7 +3,6 @@ services:
|
||||
image: wiremock/wiremock:3.9.1
|
||||
volumes:
|
||||
- ./wiremock:/home/wiremock
|
||||
- ./wishlist-349317-5fd795.apk:/home/wiremock/__files/wishlist.apk:ro
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/__admin/health | grep -q 'healthy'"]
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user