Saving logs+data to dir. fixes
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m20s
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m20s
This commit is contained in:
15
compose.yml
Normal file
15
compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
services:
|
||||
bybit-bot:
|
||||
image: git.frik.su/eugenebee/tradingbot-with-bybitapi:latest
|
||||
container_name: bybit-bot
|
||||
environment:
|
||||
API_KEY: "bybit-API-key"
|
||||
API_SECRET: "bybit-secret-API-key"
|
||||
BOT_TOKEN: "telegram-bot-token"
|
||||
WHITELIST: "chat-id-1, chat-id-2"
|
||||
LEVERAGE: "1" # Not supported. Set leverage in bybit account
|
||||
TESTNET: "False"
|
||||
DEMOTRADING: "False"
|
||||
LOOPSLEEPTIME: "1"
|
||||
SHOWEXTRADEBUGLOGS: "False"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user