0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 18:56:09 +02:00
nextcloud-docker/energy-tests/usage_scenario-mariadb-install-firefox.yml
2024-11-18 20:34:29 +01:00

27 lines
793 B
YAML

---
name: Nextcloud - MariaDB - Install - Firefox
author: Arne Tarara <arne@green-coding.io>
description: Installs the official Nextcloud image with a MariaDB.
compose-file: !include compose-mariadb.yml
services:
gcb-playwright:
image: greencoding/gcb_playwright:v12
depends_on:
nc:
condition: service_healthy
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
environment:
DISPLAY: ":1" # for debugging in non-headless mode
flow:
- name: Install Nextcloud
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/energy-tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
log-stderr: true