docs: add note about docker development environment
This commit is contained in:
parent
9bf7a340d6
commit
3728e977da
1 changed files with 8 additions and 0 deletions
|
@ -121,6 +121,14 @@ This project is built with a modern tech stack:
|
||||||
password: password
|
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):**
|
**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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue