read db var from env variable

This commit is contained in:
2024-07-26 09:43:04 +07:00
parent e28a247ab8
commit f0135470a3
3 changed files with 12 additions and 5 deletions

View File

@@ -11,3 +11,8 @@ services:
- "8061:80"
environment:
- APP_ENV=dev
- DB_HOSTNAME=10.10.123.230
- DB_PORT=5432
- DB_USERNAME=postgres
- DB_PASSWORD=rumbuk
- DB_NAME=simdistu