n8n container deployment improvement

This commit is contained in:
usmannasir
2025-04-09 15:49:15 +05:00
parent e6a306d3e5
commit 2081a589cd

View File

@@ -838,10 +838,9 @@ services:
timeout: 5s
retries: 5
environment:
- POSTGRESQL_USERNAME={self.data['MySQLDBNUser']}
- POSTGRESQL_DATABASE={self.data['MySQLDBName']}
- POSTGRESQL_PASSWORD={self.data['MySQLPassword']}
- POSTGRESQL_POSTGRES_PASSWORD={self.data['MySQLPassword']}
- POSTGRES_USER={self.data['MySQLDBNUser']}
- POSTGRES_DB={self.data['MySQLDBName']}
- POSTGRES_PASSWORD={self.data['MySQLPassword']}
volumes:
- "{self.data['ServiceName']}_db:/bitnami/postgresql"
networks: