From fc81b61a1afee67dac0fecba6b6d44df7a79e311 Mon Sep 17 00:00:00 2001 From: Maksym Buz <79866323+xopek-by@users.noreply.github.com> Date: Wed, 30 Jul 2025 14:43:18 +0200 Subject: [PATCH] Removed configs. This time for sure :D --- n8m/compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/n8m/compose.yml b/n8m/compose.yml index 619fbf3..aaaa099 100644 --- a/n8m/compose.yml +++ b/n8m/compose.yml @@ -12,10 +12,6 @@ services: # PostgreSQL will be stored in a local folder - ${PATH_TO_POSTGRES}:/var/lib/postgresql/data - ${PATH_TO_SCRIPT}:/docker-entrypoint-initdb.d/init-data.sh - configs: - - source: n8n_init_script - target: /docker-entrypoint-initdb.d/init-data.sh - mode: 0755 # Important: make the script executable healthcheck: test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}'] interval: 5s