chore(deps): update drakkarsoftware/octobot docker tag to v1.0.4 (#1796)
This commit is contained in:
parent
65fe666758
commit
dcd323a9d3
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user