Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 582 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 582 Bytes

Blogchain Apps Docker Compose

Build images

Server

  • $ docker build -t qwx1337/blogchain-server:latest .
  • $ docker push qwx1337/blogchain-server:latest
  • see in https://hub.docker.com/r/qwx1337/blogchain-server

Client

  • $ docker build -t qwx1337/blogchain-client:latest .
  • $ docker push qwx1337/blogchain-client:latest
  • see in https://hub.docker.com/r/qwx1337/blogchain-client

Up

  • $ docker-compose up -d

Visits

  • Grafana: <host-ip>:3002
  • Prometheus: <host-ip>:9090
  • AlertManager: <host-ip>:9093