mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
Run influxdb locally
$ docker run --name influxdb -p 8086:8086 quay.io/influxdb/influxdb:v2.0.1
or
$ docker start influxdb
for the CLI
$ docker exec -it influxdb /bin/bash
Currently running 'PROD' on a clever cloud app.
CC_DOCKER_EXPOSED_HTTP_PORT 8086
CC_DOCKERFILE cellar-influxdb/Dockerfile
PORT 8080
to deploy a new version :
$ git remote -u clever master # you need to have the remote setup first
Backup and Restore
WIP. See backup.sh and restore.sh