0
0
Fork 0
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:
Arne Tarara 2024-08-15 19:00:22 +02:00
parent ec8b9a859c
commit ebf05aa012
No known key found for this signature in database
GPG key ID: 2540198A4079785B
20 changed files with 40 additions and 40 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: