mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 02:45:09 +01:00
Removed X11 binding for energy tests on cluster
This commit is contained in:
parent
911c8e4d34
commit
867b7ae68e
20 changed files with 40 additions and 40 deletions
energy-tests
usage_scenario-fpm-mariadb-event-chromium.ymlusage_scenario-fpm-mariadb-talk-chromium.ymlusage_scenario-mariadb-docs-chromium.ymlusage_scenario-mariadb-docs-firefox.ymlusage_scenario-mariadb-event-chromium.ymlusage_scenario-mariadb-event-firefox.ymlusage_scenario-mariadb-talk-chromium.ymlusage_scenario-mariadb-talk-firefox.ymlusage_scenario-postgres-docs-chromium.ymlusage_scenario-postgres-docs-firefox.ymlusage_scenario-postgres-event-chromium.ymlusage_scenario-postgres-event-firefox.ymlusage_scenario-postgres-talk-chromium.ymlusage_scenario-postgres-talk-firefox.ymlusage_scenario-sqlite-docs-chromium.ymlusage_scenario-sqlite-docs-firefox.ymlusage_scenario-sqlite-event-chromium.ymlusage_scenario-sqlite-event-firefox.ymlusage_scenario-sqlite-talk-chromium.ymlusage_scenario-sqlite-talk-firefox.yml
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
- nextcloud-setup-network
|
||||
|
|
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ services:
|
|||
depends_on:
|
||||
nc:
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
DISPLAY: ":0" # for debugging in non-headless mode
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue