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
- Host: GitHub
- URL: https://github.com/p0vidl0/dev-infra-docker
- Owner: p0vidl0
- License: mit
- Created: 2021-11-27T12:11:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T10:37:40.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:54:04.448Z (3 months ago)
- Topics: adminer, development-environment, docker, docker-compose, mongo, nsq, postgres, rabbitmq
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).