dockerizing

This commit is contained in:
2023-05-02 10:49:04 +02:00
parent 8940810ac6
commit 242bfa6a99
29 changed files with 31 additions and 2582 deletions

View File

@@ -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.