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

27 lines
788 B
YAML

---
name: Nextcloud - SQLite - Install - Firefox
author: Arne Tarara <arne@green-coding.io>
description: Installs the official Nextcloud image with a SQLite DB.
compose-file: !include compose-sqlite.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: ":0" # 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
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
log-stderr: true