feat: playwright docker setup

This commit is contained in:
karishmas6
2024-11-01 16:28:17 +05:30
parent b94f416fc6
commit 7b79f2df51

View File

@@ -45,6 +45,12 @@ services:
ports:
- "8080:8080"
env_file: .env
environment:
# to ensure Playwright works in Docker
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
DISPLAY: :0
DEBUG: pw:api
PWDEBUG: 1 # Enables debugging
depends_on:
- postgres
- redis