Skip to content

Deploying to VPS

Levi edited this page Oct 14, 2022 · 7 revisions

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
    
Clone this wiki locally