- https://github.com/getmiferia/proto.miferia.git
- https://github.com/getmiferia/proto.core-payment.git
- https://github.com/getmiferia/proto.payment-facilitator.git
- https://github.com/getmiferia/proto.spei-facilitator.git
- https://github.com/getmiferia/proto.openpay.git
- https://github.com/getmiferia/proto.card.git
- mountebank default port 2525
Proto repo | Imposter file | port |
---|---|---|
proto.card | card.ejs | 2561 |
proto.card | card-datasec.ejs | 2562 |
proto.miferia | card-security.ejs | 2571 |
proto.miferia | auth.ejs | 2572 |
proto.miferia | address.ejs | 2573 |
docker build -t mountebank.miferia -f Dockerfile . --build-arg GIT_TOKEN=$GIT_TOKEN
docker run -it -p 2525:2525 mountebank.miferia