Files
Logic/Tests/docker-compose.yaml
T

25 lines
362 B
YAML
Raw Normal View History

2026-05-06 22:14:38 +03:30
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