feat: add db host env var

This commit is contained in:
Rohit
2025-03-25 16:53:06 +05:30
parent dc93f63fd7
commit 39833f5fee

View File

@@ -48,6 +48,7 @@ services:
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}" - "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
env_file: .env env_file: .env
environment: environment:
DB_HOST: ${DB_HOST}
BACKEND_URL: ${BACKEND_URL} BACKEND_URL: ${BACKEND_URL}
# to ensure Playwright works in Docker # to ensure Playwright works in Docker
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright PLAYWRIGHT_BROWSERS_PATH: /ms-playwright