Sign inSign up

tamilreddev/fundraisin

By tamilreddev

Updated 7 months ago

Image
0

2.6K

tamilreddev/fundraisin repository overview

NFT Fundraising for Disaster Recovery

An innovative platform utilizing NFTs to raise funds for disaster recovery efforts. This application enables users to purchase unique NFTs, with all proceeds directly supporting communities and victims affected by natural disasters. By integrating blockchain technology with charitable initiatives, it ensures transparency and security in the donation process. NFTs not only serve as a symbol of support but also provide a tangible connection to the cause.

Instructions

1. To Pull the Application Image
docker pull tamilreddev/fundraisin
docker run -d -p <DOCKER_EXPOSE_PORT>:8080 -e PROJECT_CODE=YOUR_PROJECT_CODE tamilreddev/fundraisin
2. To Enable the Nginx
docker pull tamilreddev/fundraisin-nginx
docker run -d -p 80:80 -p 443:443 -e SERVER_NAME=<YOUR_DNS_ADDRESS> -e DOCKER_PORT=<DOCKER_EXPOSE_PORT> tamilreddev/fundraisin-nginx

Important Notes:

  • Contact the Reddev team to obtain your YOUR_PROJECT_CODE.
  • The DOCKER_EXPOSE_PORT must be allowed in the firewall.
  • The DOCKER_EXPOSE_PORT should be the same for both Docker containers.

Tag summary

Content type

Image

Digest

sha256:acbb67beb

Size

556.7 MB

Last updated

7 months ago

docker pull tamilreddev/fundraisin