feat: support stopping only the web container in run-stage.sh and update GEMINI.md rules
This commit is contained in:
@@ -50,5 +50,5 @@ version: 1.0
|
||||
|
||||
> [!IMPORTANT]
|
||||
> **Docker Lifecycle Management**
|
||||
> Before starting work, the Docker instance of the application must be stopped. After finishing work, a new version from the current branch should be pushed to Docker and the instance restarted. For rapid iterative testing of the web application, you can use `./run-stage.sh --nexus-only` (or `-n`) to rebuild and restart only the web container without resetting database states.
|
||||
> Before starting work, only the web (nexus) container needs to be stopped to prevent port/application conflicts (e.g., `./run-stage.sh --stop --nexus-only` or `-s -n`); database containers (PostgreSQL, Neo4j, Qdrant) should continue to run to support local development/debugging. After finishing work, a new version of the web container from the current branch should be rebuilt and restarted via `./run-stage.sh --nexus-only` (or `-n`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user