This commit is contained in:
2026-05-06 22:16:58 +03:30
commit 2ce93b51d7
10 changed files with 277 additions and 0 deletions
+24
View File
@@ -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