mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-02-15 09:14:25 +01:00
fix: linetabs
This commit is contained in:
@@ -45,11 +45,11 @@ services:
|
|||||||
# npm extra options
|
# npm extra options
|
||||||
- EXTRA_NODE_MODULES=${N8N_EXTRA_NODE_MODULES}
|
- EXTRA_NODE_MODULES=${N8N_EXTRA_NODE_MODULES}
|
||||||
- NODE_FUNCTION_ALLOW_EXTERNAL=${N8N_NODE_FUNCTION_ALLOW_EXTERNAL}
|
- NODE_FUNCTION_ALLOW_EXTERNAL=${N8N_NODE_FUNCTION_ALLOW_EXTERNAL}
|
||||||
# pruning
|
# pruning
|
||||||
- EXECUTIONS_DATA_PRUNE=true
|
- EXECUTIONS_DATA_PRUNE=true
|
||||||
- EXECUTIONS_DATA_MAX_AGE=365
|
- EXECUTIONS_DATA_MAX_AGE=365
|
||||||
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
|
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
|
||||||
ports:
|
ports:
|
||||||
- 5678:5678
|
- 5678:5678
|
||||||
expose:
|
expose:
|
||||||
- 5678
|
- 5678
|
||||||
|
|||||||
Reference in New Issue
Block a user