add integration tests --check
This commit is contained in:
parent
f79f5bc2a0
commit
ae8d5a3260
|
@ -14,6 +14,11 @@ REDIS_HOST=v3-redis
|
||||||
REDIS_PASSWORD=redis
|
REDIS_PASSWORD=redis
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
|
|
||||||
|
# IMAGES
|
||||||
|
BROKER_IMAGE=rabbitmq:3-alpine
|
||||||
|
REDIS_IMAGE=redis:7.0-alpine
|
||||||
|
POSTGRES_IMAGE=postgres:15.0
|
||||||
|
|
||||||
# DEFAULT CONFIGURATION
|
# DEFAULT CONFIGURATION
|
||||||
|
|
||||||
# default identifier used for match requests
|
# default identifier used for match requests
|
||||||
|
|
Loading…
Reference in New Issue