backend changes

This commit is contained in:
Chandini 2025-09-15 15:44:26 +05:30
parent 9c453bfe07
commit 7d94569e7e

View File

@ -535,10 +535,6 @@ services:
restart: unless-stopped
template-manager:
build: ./services/template-manager
container_name: pipeline_template_manager
@ -748,7 +744,7 @@ services:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PORT=5432
- DB_POSTGRESDB_DATABASE=n8n
- DB_POSTGRESDB_DATABASE=dev_pipeline
- DB_POSTGRESDB_USER=pipeline_admin
- DB_POSTGRESDB_PASSWORD=secure_pipeline_2024
volumes: