Files
event-demo/docker/parts/docker-compose-test.yaml
T
flecomte 436fc02b55
Tests / build (push) Successful in 6m41s
Tests / test (push) Failing after 12m31s
Tests / lint (push) Successful in 15m28s
chore: refactor docker compose env's
2026-08-04 23:07:58 +02:00

22 lines
480 B
YAML

services:
tests:
build:
context: ../..
dockerfile: docker/DockerfileTest
volumes:
- ${GRADLE_CACHE_DIR:-gradle-cache}:/home/gradle/.gradle
- ../..:/app
depends_on:
flyway:
condition: service_completed_successfully
postgresql:
condition: service_healthy
rabbitmq:
condition: service_healthy
redis:
condition: service_healthy
env_file:
- ../.env.docker
volumes:
gradle-cache: