mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-16 01:00:17 +01:00
bug fix: n8n install
This commit is contained in:
@@ -1173,7 +1173,7 @@ services:
|
||||
'start_period': '30s'
|
||||
},
|
||||
'environment': {
|
||||
'POSTGRESQL_USERNAME': 'postgres',
|
||||
'POSTGRESQL_POSTGRES_PASSWORD': self.data['MySQLPassword'],
|
||||
'POSTGRESQL_DATABASE': self.data['MySQLDBName'],
|
||||
'POSTGRESQL_PASSWORD': self.data['MySQLPassword']
|
||||
}
|
||||
@@ -1226,7 +1226,7 @@ services:
|
||||
retries: {postgres_config['healthcheck']['retries']}
|
||||
start_period: {postgres_config['healthcheck']['start_period']}
|
||||
environment:
|
||||
- POSTGRESQL_USERNAME={postgres_config['environment']['POSTGRESQL_USERNAME']}
|
||||
- POSTGRESQL_POSTGRES_PASSWORD={postgres_config['environment']['POSTGRESQL_POSTGRES_PASSWORD']}
|
||||
- POSTGRESQL_DATABASE={postgres_config['environment']['POSTGRESQL_DATABASE']}
|
||||
- POSTGRESQL_PASSWORD={postgres_config['environment']['POSTGRESQL_PASSWORD']}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user