add env in comfpose file

This commit is contained in:
jigoong
2026-02-17 10:56:09 +07:00
parent 400b27a6c8
commit 6e3fcb95cf
4 changed files with 38 additions and 16 deletions

View File

@@ -2,6 +2,8 @@ services:
apiservice:
build: .
container_name: apiservice
env_file:
- ../.env.global
environment:
- TZ=${TZ:-Asia/Bangkok}
- DB_HOST=${DB_HOST}