Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zikwall/blogchain-compose

Deployment Blogchain Apps
https://github.com/zikwall/blogchain-compose

apps blogchain

Last synced: 6 days ago
JSON representation

Deployment Blogchain Apps

Awesome Lists containing this project

README

        

## Blogchain Apps Docker Compose

### Build images

#### Server

- [x] `$ docker build -t qwx1337/blogchain-server:latest .`
- [x] `$ docker push qwx1337/blogchain-server:latest`
- [x] see in `https://hub.docker.com/r/qwx1337/blogchain-server`

#### Client

- [x] `$ docker build -t qwx1337/blogchain-client:latest .`
- [x] `$ docker push qwx1337/blogchain-client:latest`
- [x] see in `https://hub.docker.com/r/qwx1337/blogchain-client`

### Up

- [x] `$ docker-compose up -d`

### Visits

- Grafana: `:3002`
- Prometheus: `:9090`
- AlertManager: `:9093`