From 3728e977da762ab6ff2587258623f377d76054f2 Mon Sep 17 00:00:00 2001 From: Dominik Stahl Date: Wed, 21 May 2025 14:32:20 +0200 Subject: [PATCH] docs: add note about docker development environment --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1fbb7bf..af9f50f 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,14 @@ This project is built with a modern tech stack: password: password ``` +**Docker development environment:** + +- The docker development environment can be started with the following command: + +```bash +docker compose -f docker-compose.dev.yml up --watch --build +``` + **Self-Hosting with Docker (Planned):** - A Docker image and `docker-compose.yml` file will be provided in the future to allow for easy self-hosting of the MeetUP application. This setup will also include database services. Instructions will be updated here once available.