Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.71 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.71 KB

Dockette / Mockbin

Trace HTTP requests with pleasure.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


Usage

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

Documentation

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

Development

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.