From 87726e0bb2d868f0b7d1361e8b00319965e6a478 Mon Sep 17 00:00:00 2001 From: peppetemp <116964035+peppetemp@users.noreply.github.com> Date: Fri, 2 Dec 2022 16:13:59 +0100 Subject: [PATCH] docker-compose - Add playwright/selenium container dependencies example (#1178) --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index c04fcf0c..b226c481 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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