update 26.7.25
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
@@ -10,7 +8,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: CHANGE_ME_STRONG_PASSWORD
|
POSTGRES_PASSWORD: CHANGE_ME_STRONG_PASSWORD
|
||||||
POSTGRES_DB: n8n
|
POSTGRES_DB: n8n
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1/docker/docker_projects/n8n/postgres_data:/var/lib/postgresql/data
|
- n8n_postgres_data:/var/lib/postgresql/data
|
||||||
|
|
||||||
n8n:
|
n8n:
|
||||||
image: docker.n8n.io/n8nio/n8n:latest
|
image: docker.n8n.io/n8nio/n8n:latest
|
||||||
@@ -49,4 +47,8 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1/docker/docker_projects/n8n/n8n_data:/home/node/.n8n
|
- n8n_data:/home/node/.n8n
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
n8n_data:
|
||||||
|
n8n_postgres_data:
|
||||||
Reference in New Issue
Block a user