Sign inSign up

ubergesundheit/simple-time-series-server

By ubergesundheit

Updated about 10 years ago

FROM scratch Docker image built of https://github.com/ubergesundheit/simple-time-series-server

Artifact
0

1.0K

ubergesundheit/simple-time-series-server repository overview

https://github.com/ubergesundheit/simple-time-series-server

example docker-compose definition: (you need the db and secrets file from within the image or the repository)

  db:
    image: ubergesundheit/simple-time-series-server
    volumes:
      - ./secrets:/simple-time-series-secrets
      - ./db:/simple-time-series-db.db
    command: "--address db:8080"

Tag summary

Content type

Unrecognized

Digest

Size

2 MB

Last updated

about 10 years ago

docker pull ubergesundheit/simple-time-series-server