mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
fix(compose): configure chromium binary path for print designer
This commit is contained in:
parent
edfd8f0755
commit
e0629f988b
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
||||||
- -c
|
- -c
|
||||||
# add redis_socketio for backward compatibility
|
# add redis_socketio for backward compatibility
|
||||||
command:
|
command:
|
||||||
|
# chromium_binary_path: Temporary compatibility fix for Print Designer until https://github.com/frappe/print_designer/pull/523
|
||||||
- >
|
- >
|
||||||
ls -1 apps > sites/apps.txt;
|
ls -1 apps > sites/apps.txt;
|
||||||
bench set-config -g db_host $$DB_HOST;
|
bench set-config -g db_host $$DB_HOST;
|
||||||
|
|
@ -34,6 +35,7 @@ services:
|
||||||
bench set-config -g redis_socketio "redis://$$REDIS_QUEUE";
|
bench set-config -g redis_socketio "redis://$$REDIS_QUEUE";
|
||||||
bench set-config -gp socketio_port $$SOCKETIO_PORT;
|
bench set-config -gp socketio_port $$SOCKETIO_PORT;
|
||||||
bench set-config -g chromium_path /usr/bin/chromium-headless-shell;
|
bench set-config -g chromium_path /usr/bin/chromium-headless-shell;
|
||||||
|
bench set-config -g chromium_binary_path /usr/bin/chromium-headless-shell;
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: ${DB_HOST:-}
|
DB_HOST: ${DB_HOST:-}
|
||||||
DB_PORT: ${DB_PORT:-}
|
DB_PORT: ${DB_PORT:-}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue