feat: setup svfb

This commit is contained in:
karishmas6
2024-11-02 00:23:58 +05:30
parent 65603539e8
commit df8f3b18a8

View File

@@ -51,6 +51,10 @@ services:
DISPLAY: :0 DISPLAY: :0
DEBUG: pw:api DEBUG: pw:api
PWDEBUG: 1 # Enables debugging PWDEBUG: 1 # Enables debugging
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
# Increase shared memory size for Chromium
shm_size: '2gb'
depends_on: depends_on:
- postgres - postgres
- redis - redis