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

Log stdout and stderr in all scenarios

This commit is contained in:
Danilo Ješić 2023-07-11 16:02:50 +02:00
parent f9a290d9b7
commit d9b87d7d16
5 changed files with 29 additions and 4 deletions

View file

@ -16,10 +16,10 @@ services:
networks: networks:
- nextcloud-setup-network - nextcloud-setup-network
# volumes: volumes:
# - /tmp/.X11-unix:/tmp/.X11-unix - /tmp/.X11-unix:/tmp/.X11-unix
# environment: environment:
# DISPLAY: ":0" DISPLAY: ":0"
# We don't need the volumes are we don't want to persist any data # We don't need the volumes are we don't want to persist any data
db: db:
@ -43,6 +43,8 @@ flow:
command: python3 /tmp/nextcloud_install.py command: python3 /tmp/nextcloud_install.py
note: Installing Nextcloud note: Installing Nextcloud
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Create User - name: Create User
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -50,6 +52,8 @@ flow:
command: python3 /tmp/nextcloud_create_user.py command: python3 /tmp/nextcloud_create_user.py
note: Create user note: Create user
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Create doc and share - name: Create doc and share
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -57,6 +61,8 @@ flow:
command: python3 /tmp/nextcloud_create_doc_and_share.py command: python3 /tmp/nextcloud_create_doc_and_share.py
note: Create document and share note: Create document and share
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Collaborate - name: Collaborate
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -64,3 +70,5 @@ flow:
command: python3 /tmp/nextcloud_docs_collaboration.py command: python3 /tmp/nextcloud_docs_collaboration.py
note: dev note: dev
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true

View file

@ -41,6 +41,9 @@ flow:
command: python3 /tmp/nextcloud_install.py firefox command: python3 /tmp/nextcloud_install.py firefox
note: Installing Nextcloud note: Installing Nextcloud
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Login and create event - name: Login and create event
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -48,3 +51,5 @@ flow:
command: python3 /tmp/nextcloud_create_event.py firefox command: python3 /tmp/nextcloud_create_event.py firefox
note: Creating event note: Creating event
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true

View file

@ -41,6 +41,8 @@ flow:
command: python3 /tmp/nextcloud_install.py command: python3 /tmp/nextcloud_install.py
note: Installing Nextcloud note: Installing Nextcloud
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Login and create event - name: Login and create event
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -48,3 +50,5 @@ flow:
command: python3 /tmp/nextcloud_create_event.py command: python3 /tmp/nextcloud_create_event.py
note: Creating event note: Creating event
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true

View file

@ -41,6 +41,8 @@ flow:
command: python3 /tmp/nextcloud_install.py firefox command: python3 /tmp/nextcloud_install.py firefox
note: Installing Nextcloud note: Installing Nextcloud
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Talk conversation - name: Talk conversation
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -48,3 +50,5 @@ flow:
command: python3 /tmp/nextcloud_talk.py firefox command: python3 /tmp/nextcloud_talk.py firefox
note: Starting conversation note: Starting conversation
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true

View file

@ -41,6 +41,8 @@ flow:
command: python3 /tmp/nextcloud_install.py command: python3 /tmp/nextcloud_install.py
note: Installing Nextcloud note: Installing Nextcloud
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Talk conversation - name: Talk conversation
container: gcb-playwright container: gcb-playwright
commands: commands:
@ -48,3 +50,5 @@ flow:
command: python3 /tmp/nextcloud_talk.py command: python3 /tmp/nextcloud_talk.py
note: Starting conversation note: Starting conversation
read-notes-stdout: true read-notes-stdout: true
log-stdout: true
log-stderr: true