2023-02-28 00:15:03 +00:00
|
|
|
name: n8n
|
|
|
|
services:
|
2023-03-07 00:52:47 +00:00
|
|
|
n8n:
|
|
|
|
environment:
|
|
|
|
TZ: $TZ
|
|
|
|
image: n8nio/n8n:0.218.0
|
2023-03-07 18:15:13 +00:00
|
|
|
deploy:
|
|
|
|
resources:
|
|
|
|
reservations:
|
|
|
|
memory: 320M
|
2023-03-07 00:52:47 +00:00
|
|
|
network_mode: bridge
|
|
|
|
ports:
|
|
|
|
- target: 5678
|
|
|
|
published: "5678"
|
|
|
|
protocol: tcp
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
source: /DATA/AppData/$AppID/.n8n
|
|
|
|
target: /home/node/.n8n
|
|
|
|
x-casaos:
|
|
|
|
author: YoussofKhawaja
|
|
|
|
category: Utilities
|
|
|
|
container:
|
|
|
|
envs:
|
2023-03-25 01:14:10 +00:00
|
|
|
- container: TZ
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: TimeZone
|
2023-03-25 01:14:10 +00:00
|
|
|
zh_CN: 时区
|
2023-03-07 00:52:47 +00:00
|
|
|
index: /
|
|
|
|
port_map: "5678"
|
2023-02-28 00:15:03 +00:00
|
|
|
ports:
|
2023-03-25 01:14:10 +00:00
|
|
|
- container: "5678"
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: web port
|
2023-03-25 01:14:10 +00:00
|
|
|
zh_CN: web 端口
|
2023-03-09 00:45:48 +00:00
|
|
|
|
2023-02-28 00:15:03 +00:00
|
|
|
volumes:
|
2023-03-25 01:14:10 +00:00
|
|
|
- container: /home/node/.n8n
|
2023-02-28 00:15:03 +00:00
|
|
|
description:
|
2023-03-07 00:52:47 +00:00
|
|
|
en_US: n8n directory.
|
2023-03-25 01:14:10 +00:00
|
|
|
zh_CN: n8n 目录。
|
2023-03-07 00:52:47 +00:00
|
|
|
description:
|
|
|
|
en_US: Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
|
2023-03-25 01:14:10 +00:00
|
|
|
zh_CN: 免费且开源的 fair-code 许可的工作流自动化工具。轻松地在不同的服务之间自动化任务。
|
2023-03-07 00:52:47 +00:00
|
|
|
developer: n8n
|
|
|
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/icon.png
|
|
|
|
screenshot_link:
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-1.png
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-2.png
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-3.png
|
|
|
|
tagline:
|
|
|
|
en_US: Workflow automation tool
|
2023-03-25 01:14:10 +00:00
|
|
|
zh_CN: 工作流自动化工具
|
2023-03-07 00:52:47 +00:00
|
|
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/thumbnail.png
|
|
|
|
tips: {}
|
|
|
|
title:
|
|
|
|
en_US: n8n
|
2023-02-28 00:15:03 +00:00
|
|
|
x-casaos:
|
2023-03-07 00:52:47 +00:00
|
|
|
architectures:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
- arm
|
|
|
|
main_app: n8n
|