diff --git a/compose.yaml b/compose.yaml index 4309ea4..53ee16f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,7 +10,7 @@ services: - POSTGRES_NON_ROOT_PASSWORD=n8n volumes: - /app-config/n8n/db_storage:/var/lib/postgresql/data - #- ./init-data.sh:/docker-entrypoint-initdb.d/init-data.sh + - /app-config/n8n/init-data.sh:/docker-entrypoint-initdb.d/init-data.sh healthcheck: test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}'] interval: 5s