auto update repo

This commit is contained in:
ddadmin 2025-12-29 12:43:01 +03:00
parent 504655fc96
commit 27eccc31fc
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -97,10 +97,6 @@ services:
<<: *defaults-php
command: sh -c 'while true; do echo run; ./bin/console messenger:consume UserTrust; sleep 10;done'
auction:
<<: *defaults-php
command: sh -c 'while true; do echo run; ./bin/console app:auction:process; sleep 10;done'
sync-auctions:
<<: *defaults-php
command: ./bin/console messenger:consume SyncAuctions
@ -117,6 +113,10 @@ services:
<<: *defaults-php
command: ./bin/console messenger:consume SyncCreateCarriers
auction-demon:
<<: *defaults-php
command: ./bin/console app:auction:worker --interval=1 --memory-limit=256 --time-limit=10
static:
image: registry.dot-dot.ru/dot-dot-static:${dotdot_tag}
restart: unless-stopped