1774789119

This commit is contained in:
Docker7530
2026-03-29 20:58:42 +08:00
parent 10b7d60a86
commit d34d77c34d
12 changed files with 98 additions and 46 deletions
+37
View File
@@ -0,0 +1,37 @@
```
services:
n8n:
image: ${N8N_IMAGE}
container_name: rebuild-n8n
restart: unless-stopped
ports:
- "127.0.0.1:5678:5678"
environment:
TZ: ${TZ}
GENERIC_TIMEZONE: ${GENERIC_TIMEZONE}
N8N_HOST: ${N8N_HOST}
N8N_PORT: 5678
N8N_PROTOCOL: https
WEBHOOK_URL: ${WEBHOOK_URL}
N8N_EDITOR_BASE_URL: ${N8N_EDITOR_BASE_URL}
N8N_PROXY_HOPS: 1
N8N_DEFAULT_LOCALE: zh
N8N_ENCRYPTION_KEY: ${N8N_ENCRYPTION_KEY}
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true"
N8N_RUNNERS_ENABLED: "true"
volumes:
- /opt/docker/data/n8n:/home/node/.n8n
```
```
N8N_IMAGE=ghcr.io/aliveranme/n8n:2.12.2
N8N_HOST=n8n.excalicode.org
WEBHOOK_URL=https://n8n.excalicode.org/
N8N_EDITOR_BASE_URL=https://n8n.excalicode.org/
TZ=Asia/Shanghai
GENERIC_TIMEZONE=Asia/Shanghai
N8N_ENCRYPTION_KEY=3moa87LB!RMDuf
```
+17
View File
@@ -0,0 +1,17 @@
```
services:
sub-store:
image: xream/sub-store:http-meta
container_name: sub-store
restart: always
network_mode: host
environment:
SUB_STORE_BACKEND_API_HOST: 127.0.0.1
SUB_STORE_BACKEND_API_PORT: 3001
SUB_STORE_BACKEND_MERGE: true
SUB_STORE_FRONTEND_BACKEND_PATH: /PVM!xwm7hkz4hek2xjy
PORT: 9876
HOST: 127.0.0.1
volumes:
- /opt/docker/data/sub-store:/opt/app/data
```
+9
View File
@@ -0,0 +1,9 @@
![](../attachment/Pasted%20image%2020260329165253.png)
![](../attachment/Pasted%20image%2020260329165301.png)
![](../attachment/Pasted%20image%2020260329165321.png)
```
MPLkv5dlbyKh_q0DdvH5ECxaUHVr5BVg0Ogf5AOH
```
+7
View File
@@ -0,0 +1,7 @@
docker7530
```
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBfW4LWZ/HxIHdQcT+bnUUa5Tqbbag5otkv+y6OkDa9I
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP87fXzm4HSwkS3XaJHGTsEeiu4o9lLlu+ZEwHGuSbzS github-actions
```
+3
View File
@@ -0,0 +1,3 @@
![](../attachment/Pasted%20image%2020260329170137.png)
2026-01-13 21:46
View File