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