responder 0.1.72

Quickly create API:s using this simple and lightweight framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version: "3.9"

services:
  responder:
    build:
      context: .
      dockerfile: main.Dockerfile

    container_name: "responder"

    ports:
      - "8081:8081"