Consolidate documentation and update backend services
- Reorganize docs into 'Core deployment guides' and 'Setup and configuration' subdirectories - Consolidate redundant documentation files (ACR, pipelines, deployment guides) - Add documentation consolidation plan - Update backend database factory and logger services - Update migration script and docker-compose configurations - Add PostgreSQL setup script
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
postgres:
|
||||
image: postgres:15-alpine
|
||||
environment:
|
||||
POSTGRES_DB: cmdb
|
||||
POSTGRES_DB: cmdb_insight
|
||||
POSTGRES_USER: cmdb
|
||||
POSTGRES_PASSWORD: cmdb-dev
|
||||
ports:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- DATABASE_TYPE=postgres
|
||||
- DATABASE_HOST=postgres
|
||||
- DATABASE_PORT=5432
|
||||
- DATABASE_NAME=cmdb
|
||||
- DATABASE_NAME=cmdb_insight
|
||||
- DATABASE_USER=cmdb
|
||||
- DATABASE_PASSWORD=cmdb-dev
|
||||
# Optional Jira/AI variables (set in .env file or environment)
|
||||
|
||||
Reference in New Issue
Block a user