Files
activepieces/docker-compose.test.yml
Mo AbuAboud b8db134cdb refactor: restructure monorepo — merge ee-shared, rename packages, organize shared (#11440)
Co-authored-by: AbdulTheActivePiecer <abdulyki@activepieces.com>
Co-authored-by: Abdul <106555838+AbdulTheActivePiecer@users.noreply.github.com>
Co-authored-by: Chaker Atallah <74781393+MrChaker@users.noreply.github.com>
Co-authored-by: Hazem Adel <hazemadelkhalel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 21:38:19 +03:00

29 lines
509 B
YAML

services:
app:
extends:
file: docker-compose.dev.yml
service: app
user: "${UID}:${GID}"
command: /bin/sh -c "npm_config_cache=/usr/src/app/.npm-cache turbo run test --filter=api"
postgres:
extends:
file: docker-compose.dev.yml
service: postgres
ports:
- "5432:5432"
redis:
extends:
file: docker-compose.dev.yml
service: redis
ports:
- "6379:6379"
volumes:
postgres_data_dev:
redis_data_dev:
networks:
activepieces_dev: