Skip to content

Commit

Permalink
ref:数据库切换到postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyumc committed Sep 25, 2024
1 parent d5f7d05 commit a1debd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GitHub Action Build Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=pYrdip-kevset-mihby2
- POSTGRES_HOST=db
- POSTGRES_PORT=5433
- POSTGRES_PORT=5432
depends_on:
- db
volumes:
Expand All @@ -40,8 +40,6 @@ services:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=pYrdip-kevset-mihby2
ports:
- "5433:5432"
volumes:
- ./postgres_data:/var/lib/postgresql/data
networks:
Expand Down

0 comments on commit a1debd4

Please sign in to comment.