dockerizing
This commit is contained in:
18
README.md
18
README.md
@@ -48,6 +48,24 @@ Download:
|
||||
git clone https://gitea.ds9.dedyn.io/olli/dabo.git
|
||||
cd dabo
|
||||
```
|
||||
|
||||
Build container:
|
||||
```
|
||||
docker -l warn compose --ansi never build --progress=plain --pull --no-cache --force-rm
|
||||
```
|
||||
|
||||
Run:
|
||||
```
|
||||
docker-compose down # if on old instance is running
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Logs:
|
||||
```
|
||||
docker-compose logs -f
|
||||
```
|
||||
|
||||
|
||||
bot.sh is the bot that trades and collects the quotes and analyze.sh is the tool with which you can try out strategies with the historical data.
|
||||
The configuration files are called bot.conf and analyze.conf. analyze.sh also uses bot.conf but its variables are overwritten by analyze.conf if duplicated.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user