diff --git a/apps/octobot/config.json b/apps/octobot/config.json index ba4e739f..0071eab2 100644 --- a/apps/octobot/config.json +++ b/apps/octobot/config.json @@ -4,13 +4,19 @@ "available": true, "exposable": true, "id": "octobot", - "tipi_version": 1, - "version": "1.0.3", - "categories": ["automation", "finance"], + "tipi_version": 2, + "version": "1.0.4", + "categories": [ + "automation", + "finance" + ], "description": "OctoBot is a highly customizable trading bot using its configuration and tentacles system. You can build your own bot using the infinite configuration possibilities such as technical analysis, social media processing or even external statistics management like google trends.", "short_desc": "Octobot is a powerful open-source cryptocurrency trading robot.", "author": "https://github.com/Drakkar-Software/", "source": "https://github.com/Drakkar-Software/OctoBot", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/octobot/docker-compose.yml b/apps/octobot/docker-compose.yml index a54b5f27..fa1ca96a 100644 --- a/apps/octobot/docker-compose.yml +++ b/apps/octobot/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: octobot: container_name: octobot - image: drakkarsoftware/octobot:1.0.3 + image: drakkarsoftware/octobot:1.0.4 environment: - TZ=${TZ} volumes: