-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Install
Use environment parameters to adjust parameters. Check
/config/custom-environment-variables.json
to see list of available environment
parameters.
Or use the frontend to adjust configurations after launching the application.
-
Create
.env
file based on.env.dist
.Environment Key Description Sample Value BINANCE_LIVE_API_KEY Binance API key for live (from Binance) BINANCE_LIVE_SECRET_KEY Binance API secret for live (from Binance) BINANCE_TEST_API_KEY Binance API key for test (from Binance) BINANCE_TEST_SECRET_KEY Binance API secret for test (from Binance) BINANCE_SLACK_WEBHOOK_URL Slack webhook URL (from Slack) BINANCE_SLACK_CHANNEL Slack channel "#binance" BINANCE_SLACK_USERNAME Slack username Chris BINANCE_LOCAL_TUNNEL_SUBDOMAIN Local tunnel public URL subdomain binance -
Check
docker-compose.yml
forBINANCE_MODE
environment parameter -
Launch the application with docker-compose
git pull docker-compose up -d
or using the latest build image from DockerHub
git pull docker-compose -f docker-compose.server.yml pull docker-compose -f docker-compose.server.yml up -d
Note that if using Raspberry Pi 32bit, you can still use pull to use the build images. Do not need to re-build in Raspberry Pi.
-
Open browser
http://0.0.0.0:8080
to see the frontend- When launching the application, it will notify the public URL to Slack.
-
In Portainer create a new Stack
-
Copy the content of
docker-stack.yml
or upload the file -
Set environment keys for
binance-bot
in thedocker-stack.yml
-
Launch and open browser
http://0.0.0.0:8080
to see the frontend
This program is in no way associated with Binance It's merely a humble program, trying to improve on perfection. Use of this program is at your own risk, no responsibility is taken from either Binance or the developers of this program.