0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Renaming usage scenario and scripts for Talk

This commit is contained in:
Danilo Ješić 2023-06-15 16:43:08 +02:00
parent 222f267193
commit 49f0d7d815
3 changed files with 8 additions and 8 deletions

View file

@ -1,16 +1,16 @@
--- ---
name: NextCloud MariaDB - Chrome Talk name: Nextcloud - Talk
author: Danilo Jesic <danilo@green-coding.berlin> author: Danilo Jesic <danilo@green-coding.berlin>
version: 1 version: 1
description: Installs the official NextCloud image and starts a Talk conversation description: Installs the official Nextcloud image and starts a Talk conversation
compose-file: !include compose.yml compose-file: !include compose.yml
services: services:
gcb-playwright: gcb-playwright:
image: greencoding/gcb_playwright image: greencoding/gcb_playwright
setup-commands: setup-commands:
- cp /tmp/repo/nextcloud_install_playwright.py /tmp/nextcloud_install_playwright.py - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py
- cp /tmp/repo/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py
networks: networks:
- nextcloud-setup-network - nextcloud-setup-network
@ -34,14 +34,14 @@ networks:
nextcloud-setup-network: nextcloud-setup-network:
flow: flow:
- name: Check Website - name: Install Nextcloud and start a conversation
container: gcb-playwright container: gcb-playwright
commands: commands:
- type: console - type: console
command: python3 /tmp/nextcloud_install_playwright.py command: python3 /tmp/nextcloud_install.py
note: Installing Nextcloud note: Installing Nextcloud
read-notes-stdout: true read-notes-stdout: true
- type: console - type: console
command: python3 /tmp/nextcloud_talk_playwright.py command: python3 /tmp/nextcloud_talk.py
note: Creating Event note: Starting conversation
read-notes-stdout: true read-notes-stdout: true