--- name: Nextcloud - PostgreSQL - Install - Firefox author: Arne Tarara description: Installs the official Nextcloud image with a PostgreSQL DB. compose-file: !include compose-postgres.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