mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 00:23:13 +00:00
Rename backup to demo-data to avoid confusion as to the purpose (#58)
This commit is contained in:
@@ -71,9 +71,9 @@ services:
|
|||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
command:
|
command:
|
||||||
- "-c"
|
- "-c"
|
||||||
- "n8n import:credentials --separate --input=/backup/credentials && n8n import:workflow --separate --input=/backup/workflows"
|
- "n8n import:credentials --separate --input=/demo-data/credentials && n8n import:workflow --separate --input=/demo-data/workflows"
|
||||||
volumes:
|
volumes:
|
||||||
- ./n8n/backup:/backup
|
- ./n8n/demo-data:/demo-data
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -87,7 +87,7 @@ services:
|
|||||||
- 5678:5678
|
- 5678:5678
|
||||||
volumes:
|
volumes:
|
||||||
- n8n_storage:/home/node/.n8n
|
- n8n_storage:/home/node/.n8n
|
||||||
- ./n8n/backup:/backup
|
- ./n8n/demo-data:/demo-data
|
||||||
- ./shared:/data/shared
|
- ./shared:/data/shared
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
Reference in New Issue
Block a user