/bftx-public

Blockfreight™ (MIT) Global Logistics Network https://blockfreight.com/

Primary LanguageCSSMIT LicenseMIT

bftx-public

Blockfreight™ (MIT) Global Logistics Network https://blockfreight.com/

Requirements

git
docker

Build

git clone https://github.com/blockfreight/bft-website.git
docker build -t blockfreight/public:latest .
docker push blockfreight/public

Env

Create .env file in the root of you project containing the following parameters:

ENV_DEFUALT_HOST=blockfreight.com
ENV_VIRTUAL_HOST=blockfreight.com
ENV_LETSENCRYPT_HOST=blockfreight.com
ENV_LETSENCRYPT_EMAIL=support@blockfreight.com
ENV_MONGO_USER=muser
ENV_MONGO_PASSWORD=replace_me_secret_mpass
ENV_MONGO_OPLOG_URL=mongodb://muser:replace_me_secret_mpass@mongo:27018/meteor
ENV_MONGO_OPLOG_URL=
ENV_MAIL_URL=smtp.gmail.com
ENV_ROOT_URL=http://blockfreight.com
ENV_STRIPE=rk_OoGAc0TjE
ENV_PGP_SECRET ENV_ETHEREUM_SECRET

Deployment

docker-compose up