Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance-score
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tools
performance-score
Commits
1cd78d5d
Commit
1cd78d5d
authored
Aug 29, 2025
by
luoqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:改端口5431
parent
fc18dcb0
Pipeline
#3215
failed with stage
in 2 minutes 8 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
backend/.env
+1
-1
backend/.env.example
+1
-1
docker-compose.yml
+1
-1
No files found.
backend/.env
View file @
1cd78d5d
# 数据库配置
DATABASE_URL=postgresql://performance_user:performance_pass@localhost:543
2
/performance_db
DATABASE_URL=postgresql://performance_user:performance_pass@localhost:543
1
/performance_db
# API 服务配置
API_HOST=0.0.0.0
...
...
backend/.env.example
View file @
1cd78d5d
# 数据库配置
DATABASE_URL=postgresql://performance_user:performance_pass@localhost:543
2
/performance_db
DATABASE_URL=postgresql://performance_user:performance_pass@localhost:543
1
/performance_db
# API 服务配置
API_HOST=0.0.0.0
...
...
docker-compose.yml
View file @
1cd78d5d
...
...
@@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD
:
performance_pass
POSTGRES_INITDB_ARGS
:
"
--encoding=UTF8
--locale=C"
ports
:
-
"
543
2
:5432"
-
"
543
1
:5432"
volumes
:
-
postgres_data:/var/lib/postgresql/data
-
./database/init_performance_system.sql:/docker-entrypoint-initdb.d/01-init.sql
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment