Compare commits
15
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
206c49b5b0 | ||
|
|
62807c1e85 | ||
|
|
9865b6fc40 | ||
|
|
c49b32b670 | ||
|
|
fb89d14785 | ||
|
|
28495ed68b | ||
|
|
ad051f6a95 | ||
|
|
e1aed78e5e | ||
|
|
989c44b345 | ||
|
|
6e060edacc | ||
|
|
5260a4aa05 | ||
|
|
0abac7df49 | ||
|
|
63dd3e0f94 | ||
|
|
b8a8c5ca88 | ||
|
|
b4f10e64d2 |
@@ -14,7 +14,7 @@ services:
|
|||||||
- db_password
|
- db_password
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16
|
image: pgautoupgrade/pgautoupgrade:18-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
environment:
|
environment:
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "pg_isready", "-U", "root", "-d", "n8n"]
|
test: ["CMD", "pg_isready", "-U", "root", "-d", "n8n"]
|
||||||
volumes:
|
volumes:
|
||||||
- 'postgresql_data:/var/lib/postgresql/data'
|
- 'postgresql_data:/var/lib/postgresql'
|
||||||
entrypoint: /docker-entrypoint.sh
|
entrypoint: /docker-entrypoint.sh
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: n8nio/n8n:2.1.4
|
image: n8nio/n8n:2.34.2
|
||||||
environment:
|
environment:
|
||||||
- N8N_PERSONALIZATION_ENABLED
|
- N8N_PERSONALIZATION_ENABLED
|
||||||
- N8N_DIAGNOSTICS_ENABLED
|
- N8N_DIAGNOSTICS_ENABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user