File size: 194 Bytes
2a09f27
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Start the qBittorrent daemon in the background
qbittorrent-nox --webui-port=$QB_WEBUI_PORT &

# Start the FastAPI application
uvicorn app.main:app --host 0.0.0.0 --port $APP_PORT