Skip to content

Commit

Permalink
[PROTO-1557] Add DDEX NodeJS backend (#7064)
Browse files Browse the repository at this point in the history
Co-authored-by: Michelle Brier <michelle.brier4@gmail.com>
  • Loading branch information
theoilie and michellebrier authored Jan 4, 2024
1 parent 3d25793 commit e44ec48
Show file tree
Hide file tree
Showing 46 changed files with 17,669 additions and 327 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- ./packages/identity-service/node_modules
- ./packages/es-indexer/node_modules
- ./packages/ddex/node_modules
- ./packages/ddex-frontend/node_modules

generate-release-branch:
working_directory: ~/audius-protocol
Expand Down Expand Up @@ -443,6 +444,7 @@ workflows:
packages/identity-service/.* run-identity-workflow true
packages/identity-service/.* run-integration-workflow true
packages/ddex/.* run-ddex-workflow true
packages/ddex-frontend/.* run-ddex-workflow true
eth-contracts/.* run-eth-contracts-workflow true
monitoring/healthz/.* run-healthz-workflow true
protocol-dashboard/.* run-protocol-dashboard-workflow true
Expand Down Expand Up @@ -526,6 +528,7 @@ workflows:
packages/web/.* run-web-workflow true
packages/embed/.* run-embed-workflow true
packages/ddex/.* run-ddex-workflow true
packages/ddex-frontend/.* run-ddex-workflow true
protocol-dashboard/.* run-protocol-dashboard-workflow true
monitoring/healthz/.* run-healthz-workflow true
requires:
Expand Down
3 changes: 2 additions & 1 deletion .circleci/src/jobs/@ddex-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ ddex-init:
- run:
name: lint & typecheck
command: |
npx turbo run verify --filter=@audius/ddex
npx turbo run verify --filter=@audius/ddex --filter=@audius/ddex-frontend
- persist_to_workspace:
root: ./
paths:
- node_modules
- packages/ddex/node_modules
- packages/ddex-frontend/node_modules
4 changes: 2 additions & 2 deletions dev-tools/compose/docker-compose.ddex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
ddex:
container_name: ddex
build:
context: ${PROJECT_ROOT}/packages/ddex
dockerfile: Dockerfile
context: ${PROJECT_ROOT}/packages
dockerfile: Dockerfile.ddex
args:
app_name: ddex
TURBO_TEAM: '${TURBO_TEAM}'
Expand Down
Loading

0 comments on commit e44ec48

Please sign in to comment.