Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eabykov/yopass-compose
YoPass with Redis, which includes YoPass's monitoring using Prometheus and Grafana
https://github.com/eabykov/yopass-compose
compose docker-compose grafana prometheus yopass
Last synced: about 1 month ago
JSON representation
YoPass with Redis, which includes YoPass's monitoring using Prometheus and Grafana
- Host: GitHub
- URL: https://github.com/eabykov/yopass-compose
- Owner: eabykov
- Created: 2024-01-11T11:07:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T16:06:29.000Z (9 months ago)
- Last Synced: 2024-04-24T19:00:13.832Z (9 months ago)
- Topics: compose, docker-compose, grafana, prometheus, yopass
- Homepage: https://github.com/jhaals/yopass
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### [YoPass](https://github.com/jhaals/yopass) with [Redis](https://github.com/redis/redis), which includes YoPass's monitoring using [Prometheus](https://github.com/prometheus/prometheus) and [Grafana](https://github.com/grafana/grafana)
1. Requires [docker](https://docs.docker.com/get-docker/) and [compose](https://docs.docker.com/compose/install/)
2. Parameterized using variables in the [`.env`](.env) file
3. Up the project using command:
```
docker compose up -d
```| App | Port | Username | Password
|-|-|-|-
| YoPass | http://localhost:1337 | |
| Prometheus | http://localhost:9090 | |
| Grafana | http://localhost:3000 | `admin` | `admin`| Useful commands | Description
|-|-
| `docker stats` | Containers resource usage (`--no-stream` only pull the first result)
| `docker compose logs` | Shows logs of containers (`-f` to follow logs)
| `docker compose down` | Stop and remove containers (`-v` remove named volumes declared in the volumes section of the Compose file and anonymous volumes attached to containers)
| `docker system prune -a -f` | Remove all unused containers, networks, images (`--volumes` prune volumes)