We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e569e55 commit 34cbf34Copy full SHA for 34cbf34
examples/n8n/docker-compose.yml
@@ -12,6 +12,9 @@ services:
12
- POSTGRES_DB
13
- POSTGRES_NON_ROOT_USER
14
- POSTGRES_NON_ROOT_PASSWORD
15
+ - EXECUTIONS_DATA_PRUNE=true
16
+ - EXECUTIONS_DATA_MAX_AGE=365
17
+ - EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
18
volumes:
19
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/database:/var/lib/postgresql/data
20
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/init-database.sh:/docker-entrypoint-initdb.d/init-data.sh:ro
0 commit comments