Step 1: Set Up Your VPS
SSH into Your VPS
Use SSH to connect to your server. Replaceusername with your server username and your_server_ip with the actual IP address of your server.
Update and Upgrade the System
Ensure your server is up to date with the latest security patches and updates.Step 2: Install Docker and Docker Compose
Install Docker
Follow the official instructions to Install Docker Verify that the Docker Engine installation is successful by running thehello-world image.
Install Docker Compose
The Docker Compose plugin should be installed by default. If needed, you can follow the official instructions to install it.Verify Installation:
- Check that Docker and Docker Compose are installed correctly:
Step 3: Configure Docker Compose
Fetch the latest W3bstream docker-compose.yaml
Fetch the latest release of docker-compose.yaml from the W3bstream repositoryConfigure docker images
Edit docker-compose.yaml and apply the following changes:- Delete or comment out all image sections except the sequencer and Postgres images
- Configure the Postgres database image
- Configure the Database settings in the sequencer image to match the Postgres configuration

