Deploying to VPS - l3v11/SearchX GitHub Wiki

Docker Compose

Deploying with Docker Compose

  • Install Docker Compose

    sudo apt install docker-compose
    
  • Clone the repository

    git clone https://github.com/l3v11/SearchX.git
    cd SearchX
    
  • Configure the bot

    cp config_sample.env config.env
    nano config.env
    
  • Build and run the app with Compose

    sudo docker-compose up