Compare commits

...

2 Commits

  1. 2
      docker-compose/withPostgres/docker-compose.yml

2
docker-compose/withPostgres/docker-compose.yml

@ -36,6 +36,7 @@ services:
- DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER} - DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER}
- DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD} - DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
- WEBHOOK_URL=https://n8n.digitaltelepresence.com/ - WEBHOOK_URL=https://n8n.digitaltelepresence.com/
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- NODE_FUNCTION_ALLOW_BUILTIN=* - NODE_FUNCTION_ALLOW_BUILTIN=*
- NODE_FUNCTION_ALLOW_EXTERNAL=dayjs,numeral,whois-json - NODE_FUNCTION_ALLOW_EXTERNAL=dayjs,numeral,whois-json
ports: ports:
@ -46,6 +47,7 @@ services:
- n8n_storage:/home/node/.n8n - n8n_storage:/home/node/.n8n
- /home/dtp/live/dtp-n8n-hosting/node_modules/dayjs:/usr/local/lib/node_modules/dayjs - /home/dtp/live/dtp-n8n-hosting/node_modules/dayjs:/usr/local/lib/node_modules/dayjs
- /home/dtp/live/dtp-n8n-hosting/node_modules/numeral:/usr/local/lib/node_modules/numeral - /home/dtp/live/dtp-n8n-hosting/node_modules/numeral:/usr/local/lib/node_modules/numeral
- /home/dtp/live/dtp-n8n-hosting/node_modules/whois-json:/usr/local/lib/node_modules/whois-json
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy

Loading…
Cancel
Save