Skip to content

Docker Compose Deploy

Use this compose file to run the server on port 8910.

services:
  assertive-mock-api-server:
    image: ghcr.io/peter-daly/assertive-mock-api/server:latest
    ports:
      - "8910:8910"

Start

docker compose up

Health Check

curl http://localhost:8910/__mock__

Expected response contains available mock endpoints.