Skip to content

Commit

Permalink
🚧 test pagination fix for post-filter query params
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jul 4, 2024
1 parent 1b47bed commit 7f36d56
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,23 +371,23 @@ services:
image: ${REGISTRY:-local}/governance-multitenant-agent:${IMAGE_TAG:-latest}
container_name: governance-multitenant-agent
build:
context: .
dockerfile: dockerfiles/agents/Dockerfile.author.agent
# context: .
# dockerfile: dockerfiles/agents/Dockerfile.author.agent
# # To run a forked version of the agent use commented out code below
# context: https://github.com/didx-xyz/aries-cloudagent-python.git#0.12.2b1
# dockerfile: docker/Dockerfile
# user: root
# entrypoint:
# - sh
# - -c
# - |
# pip3 install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@0.12.2b1
# pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-06-26#subdirectory=redis_events
# aca-py start \
# -it http "0.0.0.0" "3020" \
# -e http://governance-multitenant-agent:3020 \
# --wallet-type askar --auto-promote-author-did --plugin acapy_wallet_groups_plugin \
# --plugin redis_events.v1_0.redis_queue.events --plugin-config-value redis_queue.connection.connection_url=\"redis://172.29.0.101:6377\"
context: https://github.com/ff137/aries-cloudagent-python.git#fix/paginated-queries-with-post-filter
dockerfile: docker/Dockerfile
user: root
entrypoint:
- sh
- -c
- |
pip3 install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@test/fix-pagination
pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test/fix-pagination#subdirectory=redis_events
aca-py start \
-it http "0.0.0.0" "3020" \
-e http://governance-multitenant-agent:3020 \
--wallet-type askar --auto-promote-author-did --plugin acapy_wallet_groups_plugin \
--plugin redis_events.v1_0.redis_queue.events --plugin-config-value redis_queue.connection.connection_url=\"redis://172.29.0.101:6377\"
env_file:
- environments/governance-multitenant/aca-py-agent.default.env
ports:
Expand Down

0 comments on commit 7f36d56

Please sign in to comment.