feat: playwright docker setup
This commit is contained in:
@@ -45,6 +45,12 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
env_file: .env
|
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:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|||||||
Reference in New Issue
Block a user