Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taonity/prodenv
This is the production environment for docker applications. It contains logging, deploying, backingup, and some UI tools.
https://github.com/taonity/prodenv
grafana production
Last synced: about 2 months ago
JSON representation
This is the production environment for docker applications. It contains logging, deploying, backingup, and some UI tools.
- Host: GitHub
- URL: https://github.com/taonity/prodenv
- Owner: taonity
- Created: 2023-02-05T17:22:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T10:33:21.000Z (about 2 months ago)
- Last Synced: 2024-11-15T11:29:35.734Z (about 2 months ago)
- Topics: grafana, production
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prodenv
This is a production environment for docker applications. It contains logging, deploying, backingup, and some UI tools.
### Tool list
- Continuous Delivery
- [generaltao725/docker-webhook](https://hub.docker.com/r/generaltao725/docker-webhook) - updates application on DockerHub update
- Logging
- [grafana/grafana](https://hub.docker.com/r/grafana/grafana) - the UI for showing logs
- [grafana/loki](https://hub.docker.com/r/grafana/loki) - like Prometheus, but for logs
- [grafana/promtail](https://hub.docker.com/r/grafana/promtail) - the agent, responsible for gathering logs and sending them to Loki
- [prom/prometheus](https://hub.docker.com/r/prom/prometheus) - server monitoring system
- [prom/node-exporter](https://hub.docker.com/r/prom/node-exporter) - prometheus exporter for metrics
- [minio/minio](https://hub.docker.com/r/minio/minio) - the db for logs
- [minio/mc](https://hub.docker.com/r/minio/mc) - the client for minio, required for backups
- Backup
- [offen/docker-volume-backup](https://hub.docker.com/r/offen/docker-volume-backup) - making backups
- [generaltao725/command-runner](https://hub.docker.com/r/generaltao725/command-runner) - restoring backups
- [portainer/portainer](https://hub.docker.com/r/portainer/portainer) - the UI for Docker
- [jc21/nginx-proxy-manager](https://hub.docker.com/r/jc21/nginx-proxy-manager) - nginx with UI for reverse proxy server management### Usage
All sensitive information is removed for security purposes, this repo is more for review.