Files
openproject/docker/dev/hocuspocus/docker-compose.override.example.yml
T
Alexander Brandon Coles c206b60148 [STC-820/STC-828] Update Hocuspocus baselines
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
2026-06-13 19:36:07 +01:00

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