oura 2.2.0

The tail of Cardano
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: "3"
services:
  webhook:
    # Echoes every received request (method, headers, body) to the container logs,
    # so you can watch the events Oura posts with `docker compose logs -f`.
    image: mendhak/http-https-echo:31
    container_name: webhook-echo
    environment:
      - HTTP_PORT=8080
    ports:
      - "8080:8080"