UPDATE
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
integration-tests:
|
||||
image: integration-tests
|
||||
build: .
|
||||
container_name: integration_tests
|
||||
restart: "no"
|
||||
|
||||
environment:
|
||||
REDIS_HOST: redis
|
||||
REDIS_PORT: 6379
|
||||
|
||||
volumes:
|
||||
- .:/app
|
||||
- ./logs:/logs
|
||||
|
||||
networks:
|
||||
- crop_network
|
||||
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
networks:
|
||||
crop_network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user