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
- Host: GitHub
- URL: https://github.com/keplerjs/docker
- Owner: Keplerjs
- License: bsd-2-clause
- Created: 2022-03-03T10:58:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T10:58:54.000Z (over 3 years ago)
- Last Synced: 2024-10-29T21:05:23.507Z (8 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 keysedit ```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=
```