Skip to content

Commit

Permalink
fix(docker): update client-api path and build context
Browse files Browse the repository at this point in the history
All docker compose files were updated to point to the correct client-api
directory path (../../client-api) and build context (../..) to match the new
project structure.
  • Loading branch information
silva-fj committed Feb 6, 2025
1 parent 05d5185 commit 9e3510b
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-di-identity-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-di-identity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-di-identity-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../../
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-dr-vc-multiworker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-dr-vc-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-dr-vc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-dr-vc-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: lit-native-request-vc-multiworker-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-native-request-vc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-native-request-vc-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: lit-omni-account-multiworker-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-omni-account-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-omni-account-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-resume-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-worker
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-worker
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-test-stress-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-test-stress-script
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions tee-worker/identity/docker/lit-ts-api-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ services:
image: litentry/identity-cli:latest
container_name: litentry-lit-ts-api-package-build
volumes:
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand All @@ -17,7 +17,7 @@ services:
condition: service_started
networks:
- litentry-test-network
entrypoint:
entrypoint:
"/usr/local/worker-cli/lit_ts_api_package_build.sh -p 9944 -u ws://litentry-node -W http://litentry-node -V ws://litentry-worker-1 -A 2011 -C /usr/local/bin/litentry-cli 2>&1"
restart: "no"
networks:
Expand Down
4 changes: 2 additions & 2 deletions tee-worker/identity/docker/lit-vc-correctness-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: litentry-vc-correctness-test
volumes:
- ../ts-tests:/ts-tests
- ../client-api:/client-api
- ../../client-api:/client-api
- ../cli:/usr/local/worker-cli
build:
context: ..
context: ../..
dockerfile: build.Dockerfile
target: deployed-client
depends_on:
Expand Down

0 comments on commit 9e3510b

Please sign in to comment.