Skip to content

chaostreff-flensburg/datenchaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datenchaos

💾 a chaotic open data portal

This repo contains all the configuration and code for our open data portal and api. Each folder should contain a readme with the needed information to start the service.

Setup

Clone the repo and create a docker network named web.

docker network create web

To run prometheus and grafana you have to adjust the directory permissions by applying:

$ chmod -R 777 grafana/
$ chmod -R 777 prometheus/

Located in the root directory is one docker-compose.yml. This file contains all service configurations. Additional config files and setup instructions can be found in the corresponding service directories.

Run

docker-compose up

Made with ♡ at Chaostreff Flensburg

Releases

No releases published

Packages

No packages published