Skip to content

Commit dbf30bb

Browse files
committed
chore(docker): linux gha
1 parent e102203 commit dbf30bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/broker/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
image: pactfoundation/pact-broker:latest-multi
2424
ports:
2525
- "80:9292"
26-
- "9292:9292"
26+
# - "9292:9292"
2727
depends_on:
2828
- postgres
2929
links:
@@ -35,8 +35,8 @@ services:
3535
PACT_BROKER_DATABASE_NAME: postgres
3636
PACT_BROKER_BASIC_AUTH_USERNAME: pactbroker
3737
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'
4040
# The Pact Broker provides a healthcheck endpoint which we will use to wait
4141
# for it to become available before starting up
4242
healthcheck:

0 commit comments

Comments
 (0)