Skip to content

Commit

Permalink
Docker Tests: Bring back wait-for.sh attempts to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Jul 10, 2024
1 parent 9792c91 commit 1619248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- POSTGRES_PASSWORD=postgres
opal_server:
# by default we run opal-server from latest official image
image: permitio/opal-server:latest
image: permitio/opal-server:next
environment:
# the broadcast backbone uri used by opal server workers (see comments above for: broadcast_channel)
- OPAL_BROADCAST_URI=postgres://postgres:postgres@broadcast_channel:5432/postgres
Expand All @@ -41,7 +41,7 @@ services:
- broadcast_channel
opal_client:
# by default we run opal-client from latest official image
image: permitio/opal-client:latest
image: permitio/opal-client:next
environment:
- OPAL_SERVER_URL=http://opal_server:7002
- OPAL_LOG_FORMAT_INCLUDE_PID=true
Expand Down

0 comments on commit 1619248

Please sign in to comment.