Update wrapper/docker-compose.yml

This commit is contained in:
frarol96 2025-08-24 16:00:53 +00:00
parent b41162586c
commit 2999ec98e7

View File

@ -34,6 +34,9 @@ services:
VOL_DATA: ${VOL_DATA:-shaiwatcher_data} VOL_DATA: ${VOL_DATA:-shaiwatcher_data}
VOL_CACHE: ${VOL_CACHE:-shaiwatcher_cache} VOL_CACHE: ${VOL_CACHE:-shaiwatcher_cache}
WITH_PLAYWRIGHT: ${WITH_PLAYWRIGHT:-1}
PLAYWRIGHT_BROWSERS_PATH: ${PLAYWRIGHT_BROWSERS_PATH:-/cache/pw-browsers}
volumes: volumes:
- data:/data - data:/data
- cache:/cache - cache:/cache