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

https://github.com/p0vidl0/dev-infra-docker

A set of docker-compose configs for fast local development environment deployment
https://github.com/p0vidl0/dev-infra-docker

adminer development-environment docker docker-compose mongo nsq postgres rabbitmq

Last synced: about 2 months ago
JSON representation

A set of docker-compose configs for fast local development environment deployment

Awesome Lists containing this project

README

        

# Development infrastructure with docker

> A set of docker-compose configs for fast local development environment deployment

* local TLS (Let's encrypt) using traefik and indocker.app
* adminer
* dozzle
* grafana/loki/prometheus
* mongo
* mysql
* nsq
* postgres
* rabbit
* regis

### Run services you need
Run `docker-compose up -d` for each needed service's directory.

### Keycloak
This service needs a preconfigured database.
To set up it with local postgres, run this command from the keycloak directory: `PGPASSWORD=example ./init-db.sh`
(replace `example` with relevant postgres admin password).