You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
838 B
23 lines
838 B
{
|
|
"name": "dtp-n8n-hosting",
|
|
"version": "0.1.0",
|
|
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.",
|
|
"scripts": {
|
|
"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",
|
|
"stop": "cd docker-compose/withPostgres && docker compose down"
|
|
},
|
|
"keywords": [
|
|
"DTP",
|
|
"n8n",
|
|
"docker compose"
|
|
],
|
|
"author": "DTP Technologies, LLC",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.13",
|
|
"numeral": "^2.0.6"
|
|
},
|
|
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
|
|
}
|
|
|