This commit is contained in:
Viktoria Polyakova
2026-01-25 08:57:38 +00:00
commit 4fb101c5db
7657 changed files with 497012 additions and 0 deletions

32
backend/doc/camunda.md Normal file
View File

@@ -0,0 +1,32 @@
# camunda platform
## configuration
github: https://github.com/camunda/camunda-platform
vps: **/home/devops/lvluu/camunda-platform/docker-compose/camunda-8.6**
## start all services
please note that you HAVE to cd to `/home/devops/lvluu/camunda-platform/docker-compose/camunda-8.6` before executing any command with docker compose:
```bash
docker compose --profile full up -d
```
## stop all services
```bash
docker compose --profile full down -d
```
## restart a container
you can press tab to auto suggest the [service_name]
```bash
docker compose --profile full restart [service_name]
```
## change version of a service
edit the `/home/devops/lvluu/camunda-platform/docker-compose/camunda-8.6/.env`