FROM scratch Docker image built of https://github.com/ubergesundheit/simple-time-series-server
1.0K
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"
Content type
Unrecognized
Digest
Size
2 MB
Last updated
about 10 years ago
docker pull ubergesundheit/simple-time-series-server