mirror of
https://github.com/henry4682/finance_app.git
synced 2026-07-16 00:10:00 +00:00
fix: change docker-compose.yml
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 11s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 11s
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
- APP_DEBUG=false
|
- APP_DEBUG=false
|
||||||
- DB_CONNECTION=pgsql
|
- DB_CONNECTION=pgsql
|
||||||
- DB_HOST=finance-postgres # 🎯 關鍵:改用資料庫的服務名稱當作 Host!
|
- DB_HOST=finance-postgres # 🎯 關鍵:改用資料庫的服務名稱當作 Host!
|
||||||
- DB_PORT=5433:5432
|
- DB_PORT=5432
|
||||||
- DB_DATABASE=myfinance
|
- DB_DATABASE=myfinance
|
||||||
- DB_USERNAME=myfinance_henry4682
|
- DB_USERNAME=myfinance_henry4682
|
||||||
- DB_PASSWORD=DwmQ78PB
|
- DB_PASSWORD=DwmQ78PB
|
||||||
|
|||||||
Reference in New Issue
Block a user