Running with Docker

This section will help you get The DAO Tool backend running using Docker and Docker Compose.

DOCKER SETUP

Prerequisites

  • Make sure you have Docker and Docker Compose installed. 👉 Download Docker

Steps

  1. Navigate to the server directory:

  1. Update your .env file with all required values:

    • Firebase credentials

    • GitHub OAuth details

    • Privy keys

    • SMTP credentials

    • Solana variables

    • JWT + encryption secrets

  2. Use the following docker-compose.yml:

  1. Build and run the services:

Your backend should now be live at http://localhost:5050.

Need help? Ping us in Telegram or open an issue on GitHub.

Last updated