Add JSON representation of composer.json structure with nodes and edges

This commit is contained in:
hamed
2026-07-08 11:27:54 +03:30
parent 8f4f7fc951
commit 94541ad609
18 changed files with 2157 additions and 688 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ services:
worker-async:
image: clinicpro-app:latest
restart: unless-stopped
command: php bin/console messenger:consume async --time-limit=3600 --memory-limit=128M -v
command: php bin/console messenger:consume async --time-limit=3600 --memory-limit=128M
environment:
<<: *app-env
RUN_INIT: "0"
@@ -99,7 +99,7 @@ services:
worker-scheduler:
image: clinicpro-app:latest
restart: unless-stopped
command: php bin/console messenger:consume scheduler_default --time-limit=3600 -v
command: php bin/console messenger:consume scheduler_default --time-limit=3600
environment:
<<: *app-env
RUN_INIT: "0"