feat: Ubuntu single-command deployment
- Fixed qBittorrent port configuration: 8080 → 8082 - Updated docker-compose.yml: TorAPI-qBittorrent uses host.docker.internal - Moved TELEGRAM_BOT_TOKEN to environment variables - Created start_ubuntu.sh for automated deployment - Added qBittorrent systemd service with autostart - Updated env.example with correct port (8082) - Added UBUNTU_DEPLOYMENT.md documentation All services now start with: ./start_ubuntu.sh
This commit is contained in:
parent
a21654106b
commit
44c19e2b45
5 changed files with 293 additions and 6 deletions
|
|
@ -7,13 +7,13 @@ TMDB_API_KEY=your_tmdb_api_key_here
|
|||
|
||||
# 🤖 Telegram Bot Token
|
||||
# Получите у @BotFather в Telegram
|
||||
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
|
||||
TELEGRAM_BOT_TOKEN=7662650066:AAFgsfYJNYgpcSHaSe6fspsjqmhMkOBT1s4
|
||||
|
||||
# 🐳 qBittorrent настройки
|
||||
QBITTORRENT_USERNAME=admin
|
||||
QBITTORRENT_PASSWORD=admin
|
||||
QBITTORRENT_HOST=host.docker.internal
|
||||
QBITTORRENT_PORT=8080
|
||||
QBITTORRENT_PORT=8082
|
||||
|
||||
# 🔍 TorAPI настройки
|
||||
TORRENT_SEARCH_URL=http://host.docker.internal:8443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue