Browse Source

mount whois-json volume

main
Rob Colbert 1 month ago
parent
commit
4fd9fb4783
  1. 1
      docker-compose/withPostgres/docker-compose.yml

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

@ -47,6 +47,7 @@ services:
- 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/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:
postgres:
condition: service_healthy

Loading…
Cancel
Save