Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aldhosutra/collabolancer-frontend-compose

Docker Compose Structure to Easily Deploy Collabolancer Client, integrated with Lisk Blockchain Explorer, and Lisk Faucet
https://github.com/aldhosutra/collabolancer-frontend-compose

Last synced: 9 days ago
JSON representation

Docker Compose Structure to Easily Deploy Collabolancer Client, integrated with Lisk Blockchain Explorer, and Lisk Faucet

Awesome Lists containing this project

README

        

# collabolancer-frontend-compose

Docker Compose Structure to Easily Deploy Collabolancer Client, integrated with Lisk Blockchain Explorer, and Lisk Faucet

## Setup Certbot

To setup https for your domain, change the to your respective domain, and run this command:

```
sudo docker-compose up -d
sudo docker-compose exec collabolancer-client sh
certbot --nginx -d -d
```