Files
TradingBot-with-BybitAPI/compose.yml
EugeneBee a94f90dd64
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m20s
Saving logs+data to dir. fixes
2025-05-22 14:27:04 +03:00

15 lines
488 B
YAML

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