Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 343 Bytes

File metadata and controls

21 lines (16 loc) · 343 Bytes

Sim

Help

Sim is straight-forward API simulation tool that's tiny, fast, secure and scalable.

tasks:
  "":
    image: ghcr.io/kitproj/sim
    ports:
    - "8080"
    readinessProbe: http://localhost:8080/hello
volumes:
- hostPath:
    path: volumes/sim/apis
  name: sim.apis

Licence(s): MIT