mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-25 16:18:32 +00:00
fix assets mount (#880)
* fix: mount assets on workers fix #844 * fix: add codespell allowed word ro
This commit is contained in:
parent
17d2baac1b
commit
76dce27cf2
@ -32,6 +32,9 @@ repos:
|
|||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
|
args:
|
||||||
|
- -L
|
||||||
|
- "ro"
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -8,6 +8,7 @@ x-backend-defaults: &backend_defaults
|
|||||||
image: frappe/frappe-worker:${FRAPPE_VERSION:?No Frappe version set}
|
image: frappe/frappe-worker:${FRAPPE_VERSION:?No Frappe version set}
|
||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
|
- assets:/home/frappe/frappe-bench/sites/assets
|
||||||
|
|
||||||
services:
|
services:
|
||||||
configurator:
|
configurator:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user