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 45s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 45s
add db env
This commit is contained in:
@@ -15,9 +15,9 @@ services:
|
||||
- DB_CONNECTION=pgsql
|
||||
- DB_HOST=161.118.239.140
|
||||
- DB_PORT=5432
|
||||
- DB_DATABASE=【填入你的資料庫名稱】
|
||||
- DB_USERNAME=【填入你的資料庫帳號】
|
||||
- DB_PASSWORD=【填入你的資料庫密碼】
|
||||
- DB_DATABASE=myfinance
|
||||
- DB_USERNAME=myfinance_henry4682
|
||||
- DB_PASSWORD=DwmQ78PB
|
||||
networks:
|
||||
- 1panel-network # 🎯 這裡的名字必須跟最下面一模一樣
|
||||
|
||||
|
||||
Reference in New Issue
Block a user