chore: initial import for test contour

This commit is contained in:
sova-bootstrap
2026-05-27 19:36:34 +03:00
commit 721afae5d5
19 changed files with 464 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
wiremock:
image: wiremock/wiremock:3.9.1
ports:
- "8080:8080"
volumes:
- ./wiremock/mappings:/home/wiremock/mappings:ro
command: ["--global-response-templating", "--verbose"]
mailpit:
image: axllent/mailpit:v1.21
ports:
- "1025:1025"
- "8025:8025"