We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4a465 commit b75f139Copy full SHA for b75f139
samples/n8n/compose.yaml
@@ -19,6 +19,7 @@ services:
19
20
postgres:
21
image: postgres:16
22
+ x-defang-postgres: true
23
restart: always
24
environment:
25
- POSTGRES_USER
@@ -52,6 +53,8 @@ services:
52
53
- N8N_PROTOCOL=https
54
- NODE_ENV=production
55
- WEBHOOK_URL=https://n8n--5678.n8n.kevyvo.defang.app
56
+ - DB_POSTGRESDB_SSL_ENABLED=true #https://community.n8n.io/t/error-while-deploying-n8n-docker/77926
57
+ - DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false
58
ports:
59
- 5678:5678
60
links:
0 commit comments