mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
c206b60148
Aligns the Hocuspocus Node baseline with core and keeps the OpenProject API extension compiling on TypeScript 6. https://community.openproject.org/wp/STC-820 https://community.openproject.org/wp/STC-828
13 lines
498 B
YAML
13 lines
498 B
YAML
# The service defined here overrides the hocuspocus service to use local code for development
|
|
# Make sure to adjust the volume path to where your hocuspocus source code is
|
|
|
|
services:
|
|
hocuspocus:
|
|
# In case of MacOS you need to specify the platform in your `docker/dev/hocuspocus/docker-compose.override.yml`:
|
|
# platform: linux/amd64
|
|
image: node:22.22.3-alpine
|
|
working_dir: /app
|
|
command: sh -c "npm run dev"
|
|
volumes:
|
|
- ../../../extensions/op-blocknote-hocuspocus:/app
|