Select the types of activity you want to include in your feed.
1#!/bin/bash 2 3docker compose -f docker-compose.dev.yml up -d 4 5echo "DATABASE_URL=postgres://user:pass@localhost:5433/flora" 6echo "REDIS_URL=redis://localhost:5434"