Skip to content

Docker Deployment

Quick Start

git clone https://github.com/serenitysource/web3-docker.git
cd web3-docker
export MASTER_PASSWORD_FROM_SHELL="your_master_password"
sudo ./docker_build.sh
sudo docker-compose -f docker/docker-compose.yaml up -d

Auto-Deploy

  • Place auto-deploy.sh in /usr/local/bin/ and add to cron for seamless updates
  • Secrets and configs are preserved and restored automatically

Health Checks

  • Built-in health checks for service status
  • Check logs and container status for troubleshooting