fix: change docker-compose.yml
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 10s

This commit is contained in:
2026-06-25 20:19:21 +08:00
parent 5d86afdb4d
commit 4afc73f987

View File

@@ -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