An open API service indexing awesome lists of open source software.

https://github.com/keplerjs/docker

Official Docker image for KeplerJs
https://github.com/keplerjs/docker

Last synced: 4 months ago
JSON representation

Official Docker image for KeplerJs

Awesome Lists containing this project

README

        

# keplerjs-docker

Docker image for [KeplerJs](https://keplerjs.io/)

# Docker hub

https://hub.docker.com/r/keplerjs/kepler

get image
```bash
docker pull keplerjs/kepler:1.7.1
```

# Setup

```bash
cp kepler.example.env kepler.env
```
and edit ```kepler.env``` with your secrets api keys

edit ```settings.json``` for customizations

# Start

```bash
docker-compose up kepler
```

## Environment Vars

create a new file _kepler.env_ from file _kepler.example.env_ fill with your personal api key of third party services
```
GEOINFO_GEONAMES_USER=
GEOINFO_IPINFODB_KEY=
WEATHER_WUNDERGROUND_KEY=
OPENROUTESERVICE_NAME=
OPENROUTESERVICE_KEY=
ACCOUNTS_EMAILTEMPLATES_FROM=
ACCOUNTS_GITHUB_CLIENTID=
ACCOUNTS_GITHUB_SECRET=
ACCOUNTS_FACEBOOK_APPID=
ACCOUNTS_FACEBOOK_SECRET=
ACCOUNTS_GOOGLE_CLIENTID=
ACCOUNTS_GOOGLE_SECRET=
ACCOUNTS_TWITTER_CONSUMERKEY=
ACCOUNTS_TWITTER_SECRET=
ACCOUNTS_OPENSTREETMAP_CONSUMERKEY=
ACCOUNTS_OPENSTREETMAP_SECRET=
GA_ID=
```