Trace HTTP requests with pleasure.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
version: "3.7"
services:
httpdump:
image: dockette/mockbin
ports:
- 8000:8000
environment:
- MOCKBIN_REDIS=redis://redis:6379
redis:
image: redis:7-alpine
ports:
- 6379:6379
You can easily setup Mockbin via environment variables. This is list of default values.
- MOCKBIN_PORT=8000
- MOCKBIN_QUITE=false
- MOCKBIN_REDIS=redis://redis:6379
See how to contribute to this package.
This package is currently maintaining by these authors.
Consider to support f3l1x. Also thank you for using this package.