Add development scripts and Docker Compose configuration for local environment setup
- Introduced `dev-start.sh`, `dev-stop.sh`, `dev-logs.sh`, and `dev-shell.sh` for managing the development environment. - Added `docker-compose.dev.yml` to define services for API and web applications with appropriate configurations. - Updated `README.md` to include instructions for development mode and commands for managing the environment.
This commit is contained in:
5
.cursor/rules/dockercompose.mdc
Normal file
5
.cursor/rules/dockercompose.mdc
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: don't forget that you don't normally need to do `npm run dev` to run the dashboard web-app. since it is supposed to be always running with the help of docker compose` so if you need to access the dashboard you can simply curl or wget localhost:8080
|
||||
globs:
|
||||
alwaysApply: true
|
||||
---
|
||||
Reference in New Issue
Block a user