We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e9fbb2 + 6adc9c0 commit 77da13bCopy full SHA for 77da13b
docker/dev/hocuspocus/docker-compose.override.example.yml
@@ -0,0 +1,12 @@
1
+# The service defined here overrides the hocuspocus service to use local code for development
2
+# Make sure to adjust the volume path to where your hocuspocus source code is
3
+
4
+services:
5
+ hocuspocus:
6
+ # In case of MacOS you need to specify the platform in your `docker/dev/hocuspocus/docker-compose.override.yml`:
7
+ # platform: linux/amd64
8
+ image: node:22-alpine
9
+ working_dir: /app
10
+ command: sh -c "npm run dev"
11
+ volumes:
12
+ - ../../../../op-blocknote-hocuspocus:/app
0 commit comments