Commit 1cd78d5d by luoqi

fix:改端口5431

parent fc18dcb0
Pipeline #3215 failed with stage
in 2 minutes 8 seconds
# 数据库配置 # 数据库配置
DATABASE_URL=postgresql://performance_user:performance_pass@localhost:5432/performance_db DATABASE_URL=postgresql://performance_user:performance_pass@localhost:5431/performance_db
# API 服务配置 # API 服务配置
API_HOST=0.0.0.0 API_HOST=0.0.0.0
......
# 数据库配置 # 数据库配置
DATABASE_URL=postgresql://performance_user:performance_pass@localhost:5432/performance_db DATABASE_URL=postgresql://performance_user:performance_pass@localhost:5431/performance_db
# API 服务配置 # API 服务配置
API_HOST=0.0.0.0 API_HOST=0.0.0.0
......
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: performance_pass POSTGRES_PASSWORD: performance_pass
POSTGRES_INITDB_ARGS: "--encoding=UTF8 --locale=C" POSTGRES_INITDB_ARGS: "--encoding=UTF8 --locale=C"
ports: ports:
- "5432:5432" - "5431:5432"
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
- ./database/init_performance_system.sql:/docker-entrypoint-initdb.d/01-init.sql - ./database/init_performance_system.sql:/docker-entrypoint-initdb.d/01-init.sql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment