|
@ -4,6 +4,7 @@ |
|
|
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.", |
|
|
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"start": "cd docker-compose/withPostgres && docker compose up -d", |
|
|
"start": "cd docker-compose/withPostgres && docker compose up -d", |
|
|
|
|
|
"restart": "cd docker-compose/withPostgres && docker compose restart", |
|
|
"stats": "cd docker-compose/withPostgres && docker compose stats", |
|
|
"stats": "cd docker-compose/withPostgres && docker compose stats", |
|
|
"stop": "cd docker-compose/withPostgres && docker compose down" |
|
|
"stop": "cd docker-compose/withPostgres && docker compose down" |
|
|
}, |
|
|
}, |
|
|