add next steps to self-hosting overview

This commit is contained in:
nicktrn
2025-06-30 13:24:09 +01:00
parent 8d882101b5
commit 79c382d1af
+11
View File
@@ -94,3 +94,14 @@ All fields are optional. Partial overrides are supported:
## Community support
It's dangerous to go alone! Join the self-hosting channel on our [Discord server](https://discord.gg/NQTxt5NA7s).
## Next steps
<CardGroup>
<Card title="Docker compose" color="#2496ED" icon="docker" href="/self-hosting/docker">
Learn how to self-host Trigger.dev with Docker compose.
</Card>
<Card title="Kubernetes" color="#326CE5" icon="dharmachakra" href="/self-hosting/kubernetes">
Learn how to self-host Trigger.dev with Kubernetes.
</Card>
</CardGroup>