Add secrets
Some checks failed
Build and Push Docker Images / Build app image (push) Failing after 23s
Build and Push Docker Images / Build database image (push) Successful in 9s
Build and Push Docker Images / Build node image (push) Failing after 11s

This commit is contained in:
thibaud-leclere
2026-03-30 00:11:16 +02:00
parent 503c474461
commit bcf6cd1a03
19 changed files with 21 additions and 6130 deletions

View File

@@ -20,7 +20,7 @@ services:
messenger:
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/app:latest
command: ["php", "bin/console", "messenger:consume", "async", "--time-limit=3600", "--memory-limit=256M"]
command: ["php", "bin/console", "messenger:consume", "async", "--time-limit=3600", "--memory-limit=256M", "-vv"]
restart: unless-stopped
depends_on:
database: