From 409f0976b14763744ece9c2c42f8b60051a8d21e 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 --- Docker/n8m/compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Docker/n8m/compose.yml b/Docker/n8m/compose.yml index 619fbf3..aaaa099 100644 --- a/Docker/n8m/compose.yml +++ b/Docker/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