mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Updated all usage scenarios to playwright v11 and to use proper healthcheck
This commit is contained in:
parent
ec8b9a859c
commit
ebf05aa012
20 changed files with 40 additions and 40 deletions
|
@ -6,10 +6,10 @@ compose-file: !include compose-fpm-mariadb.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6,10 +6,10 @@ compose-file: !include compose-mariadb.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6,10 +6,10 @@ compose-file: !include compose-mariadb.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6,10 +6,10 @@ compose-file: !include compose-postgres.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6,10 +6,10 @@ compose-file: !include compose-postgres.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6,10 +6,10 @@ compose-file: !include compose-sqlite.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6,10 +6,10 @@ compose-file: !include compose-sqlite.yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -9,10 +9,10 @@ sci:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gcb-playwright:
|
gcb-playwright:
|
||||||
image: greencoding/gcb_playwright:v9
|
image: greencoding/gcb_playwright:v11
|
||||||
depends_on:
|
depends_on:
|
||||||
nc:
|
nc:
|
||||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
condition: service_healthy
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue