Skip to content

Commit

Permalink
chore: remove env vars for local test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 18, 2024
1 parent e35cfba commit d6d084e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ services:
image: pactfoundation/pact-cli:latest
depends_on:
- api
environment:
- PACT_BROKER_BASE_URL
- PACT_BROKER_TOKEN
- PACT_BROKER_USERNAME
- PACT_BROKER_PASSWORD
- PACT_BROKER_PUBLISH_VERIFICATION_RESULTS
- PACT_URL
- GIT_COMMIT
- GIT_BRANCH
# environment:
# - PACT_BROKER_BASE_URL
# - PACT_BROKER_TOKEN
# - PACT_BROKER_USERNAME
# - PACT_BROKER_PASSWORD
# - PACT_BROKER_PUBLISH_VERIFICATION_RESULTS
# - PACT_URL
# - GIT_COMMIT
# - GIT_BRANCH
command: >
verify
/pacts/pactflow-example-consumer-python-pactflow-example-provider-python.json
Expand All @@ -37,15 +37,15 @@ services:
image: pactfoundation/pact-ref-verifier:latest
depends_on:
- api
environment:
- PACT_BROKER_BASE_URL
- PACT_BROKER_TOKEN
- PACT_BROKER_USERNAME
- PACT_BROKER_PASSWORD
- PACT_BROKER_PUBLISH_VERIFICATION_RESULTS
# environment:
# - PACT_BROKER_BASE_URL
# - PACT_BROKER_TOKEN
# - PACT_BROKER_USERNAME
# - PACT_BROKER_PASSWORD
# - PACT_BROKER_PUBLISH_VERIFICATION_RESULTS
# - PACT_WEBHOOK_CALLBACK_URL=${PACT_URL}
- GIT_COMMIT
- GIT_BRANCH
# - GIT_COMMIT
# - GIT_BRANCH
command: >
--hostname api
--port 8000
Expand Down

0 comments on commit d6d084e

Please sign in to comment.