oura 2.2.0

The tail of Cardano
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: "3"
services:
  # A Cloud Function is just an HTTP endpoint, so this echo server stands in for one,
  # logging every request Oura posts. It lets the example run without a GCP project.
  function:
    image: mendhak/http-https-echo:31
    container_name: cloudfunction-echo
    environment:
      - HTTP_PORT=8080
    ports:
      - "8080:8080"