refactor project structure and stabilize execution

This commit is contained in:
2026-04-14 09:21:46 +03:00
parent ea52943000
commit 6a19b574b8
8 changed files with 40 additions and 89 deletions
-1
View File
@@ -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