File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
image : pactfoundation/pact-broker:latest-multi
24
24
ports :
25
25
- " 80:9292"
26
- - " 9292:9292"
26
+ # - "9292:9292"
27
27
depends_on :
28
28
- postgres
29
29
links :
@@ -35,8 +35,8 @@ services:
35
35
PACT_BROKER_DATABASE_NAME : postgres
36
36
PACT_BROKER_BASIC_AUTH_USERNAME : pactbroker
37
37
PACT_BROKER_BASIC_AUTH_PASSWORD : pactbroker
38
- PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES : " 5"
39
- PACT_BROKER_BASE_URL : ' https://localhost http://localhost http://localhost:9292 http://pact-broker:9292 https://host.docker.internal http://host.docker.internal http://host.docker.internal:9292'
38
+ # PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "5"
39
+ # PACT_BROKER_BASE_URL: 'https://localhost http://localhost http://localhost:9292 http://pact-broker:9292 https://host.docker.internal http://host.docker.internal http://host.docker.internal:9292'
40
40
# The Pact Broker provides a healthcheck endpoint which we will use to wait
41
41
# for it to become available before starting up
42
42
healthcheck :
You can’t perform that action at this time.
0 commit comments