mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 02:38:18 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6fa8b74bb | |||
| ab3c9ea63c | |||
| b6576cd3ca |
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||
|
||||
<kbd>2.17.3</kbd> • [官网链接](https://n8n.io/)
|
||||
<kbd>2.18.0</kbd> • [官网链接](https://n8n.io/)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
axonhub:
|
||||
image: looplj/axonhub:v0.9.34
|
||||
image: looplj/axonhub:v0.9.35
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:2.17.3
|
||||
image: n8nio/n8n:2.18.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:9.3.3
|
||||
image: chaitin/safeline-tengine:9.3.5
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
|
||||
Reference in New Issue
Block a user