Skip to content

Commit deab3b2

Browse files
committed
Ensure we set the REVERB_HOST, REVERB_PORT, and REVERB_SCHEME envs as well so pulse:check works for connections
1 parent 31d4860 commit deab3b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Services/Reverb.php

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class Reverb extends BaseService
4040
-e REVERB_APP_ID="${:app_id}" \
4141
-e REVERB_SERVER_HOST="0.0.0.0" \
4242
-e REVERB_SERVER_PORT="${:port}" \
43+
-e REVERB_HOST="0.0.0.0" \
44+
-e REVERB_PORT="${:port}" \
45+
-e REVERB_SCHEME="http" \
4346
"${:organization}"/"${:image_name}":"${:tag}"';
4447

4548
protected function shellCommand(): string

0 commit comments

Comments
 (0)