Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aldhosutra/collabolancer-frontend-compose
- Owner: aldhosutra
- License: gpl-3.0
- Created: 2020-12-27T10:31:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T16:34:03.000Z (about 4 years ago)
- Last Synced: 2024-11-13T11:43:37.360Z (2 months ago)
- Language: JavaScript
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```