All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m20s
15 lines
488 B
YAML
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 |