Beanstalkd for jobs

This commit is contained in:
Juan Pablo Vial
2025-07-14 14:29:41 -04:00
parent e6e7470bb2
commit 501151a90e
26 changed files with 693 additions and 390 deletions

View File

@ -18,6 +18,8 @@ services:
condition: service_healthy
test-redis:
condition: service_healthy
test-mqtt:
condition: service_started
test-db:
profiles:
@ -48,6 +50,19 @@ services:
networks:
- testing
test-mqtt:
profiles:
- testing
image: maateen/docker-beanstalkd
container_name: incoviba_test_mqtt
healthcheck:
test: [ "CMD", "nc", "-z", "localhost", "11300" ]
interval: 5s
timeout: 5s
retries: 5
networks:
- testing
volumes:
test-db: {}