1
0
forked from erp-dev/erp

feat: split the docker compose config file

This commit is contained in:
2025-12-22 16:17:28 +08:00
parent 6dbc4be6d8
commit 5b160ac393
16 changed files with 465 additions and 198274 deletions

View File

@@ -195,6 +195,8 @@ DATABASES = {
'PASSWORD': env('DB_PASSWORD'),
'HOST': env('DB_HOST', default='localhost'),
'PORT': env('DB_PORT', default='5432'),
'CONN_HEALTH_CHECK': True,
'CONN_MAX_AGE': 60,
}
}