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

Prerequisites
Make sure you have Docker and Docker Compose installed. 👉 Download Docker
Steps
Navigate to the
serverdirectory:
Update your
.envfile with all required values:Firebase credentials
GitHub OAuth details
Privy keys
SMTP credentials
Solana variables
JWT + encryption secrets
Use the following
docker-compose.yml:
Build and run the services:
Your backend should now be live at http://localhost:5050.
Last updated