From 4fd9fb4783dcd4efff3d825a8582c5ff7254794e Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Fri, 7 Mar 2025 01:12:52 -0500 Subject: [PATCH] mount whois-json volume --- docker-compose/withPostgres/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose/withPostgres/docker-compose.yml b/docker-compose/withPostgres/docker-compose.yml index aa54afb..30ba0e8 100644 --- a/docker-compose/withPostgres/docker-compose.yml +++ b/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