Sign inSign up

vanhack/api

By vanhack

•Updated 4 months ago

Vancouver Hackspace API

Image
0

2.4K

vanhack/api repository overview

⁠Purpose

Time series data something something.

⁠Docker

Build with a standard docker build .

To run successfully in Docker you need to provide the INFLUX_* env

docker run -d -e INFLUX_HOST=<hostip> <image-id>

⁠Config options

All configs can be ENV or arg

  • influx-host/INFLUX_HOST: default localhost
  • influx-port/INFLUX_PORT: default 8086
  • influx-user/INFLUX_USER
  • influx-pw/INFLUX_PASSWORD
  • influx-db/INFLUX_DB: default api

⁠Dev Setup

Standard Node.JS project:

  1. npm install
  2. node ./index.js

Tag summary

Content type

Image

Digest

sha256:5a3768d5e…

Size

115.2 MB

Last updated

4 months ago

docker pull vanhack/api