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 10s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 10s
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
- APP_ENV=production
|
- APP_ENV=production
|
||||||
- APP_DEBUG=false
|
- APP_DEBUG=false
|
||||||
- DB_CONNECTION=pgsql
|
- DB_CONNECTION=pgsql
|
||||||
- DB_HOST=finance-postgres # 🎯 關鍵:改用資料庫的服務名稱當作 Host!
|
- DB_HOST=finance-laravel-backend-postgres # 🎯 關鍵:改用資料庫的服務名稱當作 Host!
|
||||||
- DB_PORT=5432
|
- DB_PORT=5432
|
||||||
- DB_DATABASE=myfinance
|
- DB_DATABASE=myfinance
|
||||||
- DB_USERNAME=myfinance_henry4682
|
- DB_USERNAME=myfinance_henry4682
|
||||||
|
|||||||
Reference in New Issue
Block a user