feat: add db host env var
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user