diff --git a/docker-compose.yaml b/docker-compose.yaml index 948e286..fe575de 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,6 +18,14 @@ services: database: condition: service_healthy + messenger: + image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/app:latest + command: ["php", "bin/console", "messenger:consume", "async", "--time-limit=3600", "--memory-limit=256M"] + restart: unless-stopped + depends_on: + database: + condition: service_healthy + database: build: context: docker/database