Skip to content

Commit 9216ec8

Browse files
authored
Merge pull request #77 from tecno-consultores/develop
Develop
2 parents bce73e9 + 6eccaaf commit 9216ec8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

changelog

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
commit f8e7b658facd565e9785cac42b5f583921a65b1d (HEAD -> develop, origin/develop)
1+
commit 3739247f558b72a5d3d748c8aea68ca2cfbfdf24 (HEAD -> develop, origin/develop)
2+
Author: Jesus Palencia <[email protected]>
3+
Date: Sun Oct 12 10:44:25 2025 -0400
4+
5+
* recomendacion de n8n
6+
7+
commit 6cbc0d2568ebe4dfd700055232077126ea137567
8+
Author: Jesus Palencia <[email protected]>
9+
Date: Sat Oct 11 18:46:26 2025 -0400
10+
11+
* se agrega dependencia del worker a n8n
12+
13+
commit 3c8d3acec950b7c4de99878ef5d9ba0c46293ac3
14+
Author: Jesus Palencia <[email protected]>
15+
Date: Sun Sep 28 11:32:34 2025 -0400
16+
17+
* changelog
18+
19+
commit f8e7b658facd565e9785cac42b5f583921a65b1d
220
Author: Jesus Palencia <[email protected]>
321
Date: Sun Sep 28 11:32:26 2025 -0400
422

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ x-n8n-base: &n8n-base
173173
- N8N_TASK_BROKER_URL=http://${nhostname}:${N8N_PORT2}
174174
- N8N_COMMAND_RESPONSE_URL=http://${nhostname}:${N8N_PORT2}
175175
- N8N_TASK_BROKER_PORT=${N8N_PORT2}
176+
- N8N_GIT_NODE_DISABLE_BARE_REPOS=true
176177
#- N8N_MULTI_MAIN_SETUP_ENABLED=true # enterprise only
177178
#- N8N_MULTI_MAIN_SETUP_KEY_TTL=10 # enterprise only
178179
#- N8N_MULTI_MAIN_SETUP_CHECK_INTERVAL=3 # enterprise only
@@ -270,6 +271,7 @@ x-n8n-uv: &n8n-uv
270271
- N8N_TASK_BROKER_URL=http://${nhostname}:${N8N_PORT2}
271272
- N8N_COMMAND_RESPONSE_URL=http://${nhostname}:${N8N_PORT2}
272273
- N8N_TASK_BROKER_PORT=${N8N_PORT2}
274+
- N8N_GIT_NODE_DISABLE_BARE_REPOS=true
273275
#- N8N_MULTI_MAIN_SETUP_ENABLED=true # enterprise only
274276
#- N8N_MULTI_MAIN_SETUP_KEY_TTL=10 # enterprise only
275277
#- N8N_MULTI_MAIN_SETUP_CHECK_INTERVAL=3 # enterprise only

0 commit comments

Comments
 (0)