Live Updates Thank you to all that attended our Annual Meeting this last Saturday!
Mat6tube — Open
# 2️⃣ Set up environment variables (you can also use .env.example) cat <<EOF > .env POSTGRES_PASSWORD=mat6tube RABBITMQ_DEFAULT_USER=mat6tube RABBITMQ_DEFAULT_PASS=mat6tube EOF
# 3️⃣ Spin up the stack (includes DB, RabbitMQ, Ingest, Transcode, Delivery, UI) docker compose up -d mat6tube open