docker-compose - Add playwright/selenium container dependencies example (#1178)

pull/289/head^2
peppetemp 2 years ago committed by GitHub
parent 72222158e9
commit 87726e0bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,6 +57,12 @@ services:
# Used for fetching pages via WebDriver+Chrome where you need Javascript support.
# Now working on arm64 (needs testing on rPi - tested on Oracle ARM instance)
# replace image with seleniarm/standalone-chromium:4.0.0-20211213
# If WEBDRIVER or PLAYWRIGHT are enabled, changedetection container depends on that
# and must wait before starting (substitute "browser-chrome" with "playwright-chrome" if last one is used)
# depends_on:
# browser-chrome:
# condition: service_started
# browser-chrome:
# hostname: browser-chrome

Loading…
Cancel
Save