auto update repo
This commit is contained in:
parent
504655fc96
commit
27eccc31fc
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue