Beanstalkd for jobs
This commit is contained in:
@ -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: {}
|
||||
|
||||
|
Reference in New Issue
Block a user