Skip to content

Commit

Permalink
Update app version [ready]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi CI committed Jan 28, 2025
1 parent 29301b6 commit 2d54f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/octobot/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"dynamic_config": true,
"id": "octobot",
"tipi_version": 17,
"version": "2.0.7",
"tipi_version": 18,
"version": "2.0.8",
"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.",
Expand All @@ -15,6 +15,6 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1736983630321,
"updated_at": 1738087134000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/octobot/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "octobot",
"image": "drakkarsoftware/octobot:2.0.7",
"image": "drakkarsoftware/octobot:2.0.8",
"isMain": true,
"internalPort": 5001,
"environment": {
Expand Down

0 comments on commit 2d54f56

Please sign in to comment.