docs: add note about docker development environment
Some checks failed
container-scan / Container Scan (pull_request) Has been cancelled
docker-build / docker (pull_request) Has been cancelled

This commit is contained in:
Dominik 2025-05-21 14:32:20 +02:00
parent ddc0cc707e
commit cd01d64a82

View file

@ -121,6 +121,12 @@ This project is built with a modern tech stack:
password: password password: password
``` ```
- The docker development environment can be started with the following command:
```bash
yarn dev_container
```
**Self-Hosting with Docker (Planned):** **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. - 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.