chore(deps): update n8nio/n8n docker tag to v1.65.1 (#2379)

* chore(deps): update n8nio/n8n docker tag to v1.65.1

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-10-27 22:23:04 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 1c193a8ee8
commit e1f81bcf07
4 changed files with 1 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: 5678
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
View File
+18
View File
@@ -0,0 +1,18 @@
services:
homeassistant:
image: n8nio/n8n:1.65.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5678
volumes:
- ./data:/home/node/.n8n
environment:
N8N_SECURE_COOKIE: false
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
chown -R 1000:1000 data