Skip to content

Commit

Permalink
Merge pull request ONDC-Official#4 from sharmasahil0331/fix/resolve_c…
Browse files Browse the repository at this point in the history
…omments

fix: changed py-protocol-image to latest and resolved comments
  • Loading branch information
sahil-ondc authored May 11, 2023
2 parents b46a600 + fe69a30 commit 0548bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion deploying_ansible/ansible_hosts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
[preprod:vars]
[legacy:vars]
[prod:vars]
ansible_ssh_user = ubuntu
ansible_ssh_private_key_file = /Users/navdeepagarwal/.ondc/ondc-prod-prod-ondc-ec2-key-pair-ssh-key
ansible_python_interpreter = /usr/bin/python3
4 changes: 2 additions & 2 deletions docker-compose-for-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ services:
restart: always

py-ondc-protocol:
image: adityapatil123/ondc-python-protocol-layer:pr-sse-v7.4.2
image: navdeep710/ondc-protocol-layer-server:pr-sse-v7.8
container_name: py-ondc-protocol
environment:
ENV: prod
ENV: ${PROTOCOL_ENV}
MONGO_DATABASE_HOST: ${MONGO_DATABASE_HOST}
BAP_URL: ${BAP_URL}
CLIENT_WEBHOOK_ENDPOINT: ${CLIENT_WEBHOOK_ENDPOINT}
Expand Down

0 comments on commit 0548bb1

Please sign in to comment.