mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 11:55:08 +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
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
- nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ services:
|
||||||
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_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||||
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:
|
||||||
DISPLAY: ":0" # for debugging in non-headless mode
|
DISPLAY: ":0" # for debugging in non-headless mode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue