2 changed files with 19 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
docker-compose/withPostgres/.env |
|||
node_modules |
@ -0,0 +1,17 @@ |
|||
{ |
|||
"name": "dtp-n8n-hosting", |
|||
"version": "0.1.0", |
|||
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.", |
|||
"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" |
|||
} |
Loading…
Reference in new issue