korrigieren mysql and n8n image
This commit is contained in:
Binary file not shown.
@@ -1,2 +0,0 @@
|
|||||||
{"__type":"$$EventMessageAudit","id":"10636aec-f055-4a49-8093-4f7f253589e7","ts":"2025-12-24T10:28:22.058+00:00","eventName":"n8n.audit.workflow.created","message":"n8n.audit.workflow.created","payload":{"userId":"83518984-8079-471d-bb46-b38676ef4115","_email":"i.meszely@aps-hh.de","_firstName":"Istvan","_lastName":"Meszely","globalRole":"global:owner","workflowId":"BXlx8AYRPLgg2wuh","workflowName":"My workflow"}}
|
|
||||||
{"__type":"$$EventMessageConfirm","confirm":"10636aec-f055-4a49-8093-4f7f253589e7","ts":"2025-12-24T10:28:22.058+00:00","source":{"id":"0","name":"eventBus"}}
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
{"__type":"$$EventMessageAudit","id":"fe8b31f4-b3b1-4435-af25-9aaff5b202b1","ts":"2025-12-24T10:31:02.003+00:00","eventName":"n8n.audit.workflow.updated","message":"n8n.audit.workflow.updated","payload":{"userId":"83518984-8079-471d-bb46-b38676ef4115","_email":"i.meszely@aps-hh.de","_firstName":"Istvan","_lastName":"Meszely","globalRole":"global:owner","workflowId":"BXlx8AYRPLgg2wuh","workflowName":"My workflow"}}
|
|
||||||
{"__type":"$$EventMessageConfirm","confirm":"fe8b31f4-b3b1-4435-af25-9aaff5b202b1","ts":"2025-12-24T10:31:02.004+00:00","source":{"id":"0","name":"eventBus"}}
|
|
||||||
Binary file not shown.
@@ -1,8 +0,0 @@
|
|||||||
{"__type":"$$EventMessageWorkflow","id":"4b635760-7723-47a3-95f8-67139b116090","ts":"2025-12-24T11:29:00.747+00:00","eventName":"n8n.workflow.started","message":"n8n.workflow.started","payload":{"executionId":"8","workflowId":"BXlx8AYRPLgg2wuh","isManual":false,"workflowName":"My workflow"}}
|
|
||||||
{"__type":"$$EventMessageConfirm","confirm":"4b635760-7723-47a3-95f8-67139b116090","ts":"2025-12-24T11:29:00.749+00:00","source":{"id":"0","name":"eventBus"}}
|
|
||||||
{"__type":"$$EventMessageNode","id":"e185ff35-3fd8-4f33-b8b8-6eecb6b49993","ts":"2025-12-24T11:29:00.755+00:00","eventName":"n8n.node.started","message":"n8n.node.started","payload":{"workflowId":"BXlx8AYRPLgg2wuh","workflowName":"My workflow","executionId":"8","nodeType":"n8n-nodes-base.executeCommand","nodeName":"Execute Command","nodeId":"2f6d68f5-7b04-4eee-a813-1dc88c83b018"}}
|
|
||||||
{"__type":"$$EventMessageConfirm","confirm":"e185ff35-3fd8-4f33-b8b8-6eecb6b49993","ts":"2025-12-24T11:29:00.755+00:00","source":{"id":"0","name":"eventBus"}}
|
|
||||||
{"__type":"$$EventMessageNode","id":"58338f1f-29af-4c74-b285-c9e5331c3efe","ts":"2025-12-24T11:29:00.927+00:00","eventName":"n8n.node.finished","message":"n8n.node.finished","payload":{"workflowId":"BXlx8AYRPLgg2wuh","workflowName":"My workflow","executionId":"8","nodeType":"n8n-nodes-base.executeCommand","nodeName":"Execute Command","nodeId":"2f6d68f5-7b04-4eee-a813-1dc88c83b018"}}
|
|
||||||
{"__type":"$$EventMessageConfirm","confirm":"58338f1f-29af-4c74-b285-c9e5331c3efe","ts":"2025-12-24T11:29:00.927+00:00","source":{"id":"0","name":"eventBus"}}
|
|
||||||
{"__type":"$$EventMessageWorkflow","id":"2bec70a4-10e1-4661-95a0-809296ed8b84","ts":"2025-12-24T11:29:00.938+00:00","eventName":"n8n.workflow.failed","message":"n8n.workflow.failed","payload":{"userId":"83518984-8079-471d-bb46-b38676ef4115","executionId":"8","success":false,"isManual":true,"workflowId":"BXlx8AYRPLgg2wuh","workflowName":"My workflow","lastNodeExecuted":"Execute Command","errorNodeType":"n8n-nodes-base.executeCommand","errorMessage":"The connection cannot be established, this usually occurs due to an incorrect host (domain) value"}}
|
|
||||||
{"__type":"$$EventMessageConfirm","confirm":"2bec70a4-10e1-4661-95a0-809296ed8b84","ts":"2025-12-24T11:29:00.938+00:00","source":{"id":"0","name":"eventBus"}}
|
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:latest
|
image: n8nio/n8n:latest
|
||||||
|
container_name: panda_n8n
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "5678:5678"
|
- "5678:5678"
|
||||||
volumes:
|
volumes:
|
||||||
- ./n8n-data:/home/node/.n8n
|
- ./n8n-data:/home/node/.n8n
|
||||||
|
- ./n8n-scripts:/home/node/scripts
|
||||||
environment:
|
environment:
|
||||||
- N8N_HOST=${N8N_HOST:-localhost}
|
- N8N_HOST=${N8N_HOST:-localhost}
|
||||||
- N8N_PORT=5678
|
- N8N_PORT=5678
|
||||||
@@ -16,5 +18,11 @@ services:
|
|||||||
# - N8N_BASIC_AUTH_ACTIVE=true
|
# - N8N_BASIC_AUTH_ACTIVE=true
|
||||||
# - N8N_BASIC_AUTH_USER=user
|
# - N8N_BASIC_AUTH_USER=user
|
||||||
# - N8N_BASIC_AUTH_PASSWORD=password
|
# - N8N_BASIC_AUTH_PASSWORD=password
|
||||||
|
networks:
|
||||||
|
- shared-network
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=true
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
shared-network:
|
||||||
|
external: true
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<18>-
|
||||||
Binary file not shown.
Reference in New Issue
Block a user