Use packaged Chromium driver in Docker

This commit is contained in:
2026-07-28 22:15:14 +03:30
parent 4462990d6f
commit 3982b03f5c
4 changed files with 50 additions and 21 deletions
+4 -1
View File
@@ -31,6 +31,8 @@ services:
REDIS_URL: "redis://redis:6379/0"
SKIP_INTERNAL_WORKER: "true"
HEADLESS: "true"
CHROME_BINARY: /usr/bin/chromium
CHROMEDRIVER_PATH: /usr/bin/chromedriver
volumes:
- seed-data:/app/data
- seed-logs:/app/logs
@@ -58,7 +60,8 @@ services:
LOG_FILE: /app/logs/seed.log
REDIS_URL: "redis://redis:6379/0"
HEADLESS: "true"
CHROME_BINARY: /usr/bin/google-chrome-stable
CHROME_BINARY: /usr/bin/chromium
CHROMEDRIVER_PATH: /usr/bin/chromedriver
volumes:
- seed-data:/app/data
- seed-logs:/app/logs