Skip to content

Commit ffa4747

Browse files
authored
Merge pull request #2002 from ilatypov/main
Allow the headless browser connect to the app.
2 parents 58950ed + b963813 commit ffa4747

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tools/compose/simple.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ services:
3636
chrome:
3737
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
3838
restart: unless-stopped
39+
extra_hosts:
40+
- "host.docker.internal:host-gateway"
3941
environment:
4042
TIMEOUT: 10000
4143
CONCURRENT: 10
4244
TOKEN: chrome_token
43-
EXIT_ON_HEALTH_FAILURE: true
44-
PRE_REQUEST_HEALTH_CHECK: true
45+
EXIT_ON_HEALTH_FAILURE: 'true'
46+
PRE_REQUEST_HEALTH_CHECK: 'true'
4547

4648
app:
4749
image: amruthpillai/reactive-resume:latest
@@ -83,16 +85,16 @@ services:
8385
STORAGE_BUCKET: default
8486
STORAGE_ACCESS_KEY: minioadmin
8587
STORAGE_SECRET_KEY: minioadmin
86-
STORAGE_USE_SSL: false
87-
STORAGE_SKIP_BUCKET_CHECK: false
88+
STORAGE_USE_SSL: 'false'
89+
STORAGE_SKIP_BUCKET_CHECK: 'false'
8890

8991
# -- Crowdin (Optional) --
9092
# CROWDIN_PROJECT_ID:
9193
# CROWDIN_PERSONAL_TOKEN:
9294

9395
# -- Email (Optional) --
94-
# DISABLE_SIGNUPS: false
95-
# DISABLE_EMAIL_AUTH: false
96+
# DISABLE_SIGNUPS: 'false'
97+
# DISABLE_EMAIL_AUTH: 'false'
9698

9799
# -- GitHub (Optional) --
98100
# GITHUB_CLIENT_ID: github_client_id

0 commit comments

Comments
 (0)