Running with Docker

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

DOCKER SETUP

Prerequisites

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 Telegramarrow-up-right or open an issuearrow-up-right on GitHub.

Last updated