We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf46824 commit 85c5554Copy full SHA for 85c5554
docs/DEPLOYMENT.md
@@ -41,3 +41,12 @@ docs/DEPLOYMENT.md → docs/DEPLOYMENT.pdf
41
42
# Reset hooks (remove and reinstall)
43
./fullstack_mega_manager.sh --reset
44
+---
45
+
46
+## 🚀 Running with Docker Compose
47
48
+The project ships with a `docker-compose.yml` at the root for local development and quick deployments.
49
50
+### Starting the stack
51
+```sh
52
+docker-compose up --build
0 commit comments