Skip to content

YoPass with Redis, which includes YoPass's monitoring using Prometheus and Grafana

Notifications You must be signed in to change notification settings

eabykov/yopass-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoPass with Redis, which includes YoPass's monitoring using Prometheus and Grafana

  1. Requires docker and compose
  2. Parameterized using variables in the .env file
  3. Up the project using command:
docker compose up -d
App Port Username Password
YoPass http:https://localhost:1337
Prometheus http:https://localhost:9090
Grafana http:https://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)

About

YoPass with Redis, which includes YoPass's monitoring using Prometheus and Grafana

Topics

Resources

Stars

Watchers

Forks