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.
1 parent 8989e98 commit 31a991dCopy full SHA for 31a991d
docker/pullpreview/docker-compose.yml
@@ -41,6 +41,7 @@ services:
41
ports:
42
- "80:80"
43
- "443:443"
44
+ - "1234:1234"
45
volumes:
46
- "caddy_data:/data"
47
@@ -65,9 +66,23 @@ services:
65
66
depends_on:
67
- db
68
- worker
69
+ environment:
70
+ - OPENPROJECT_COLLABORATIVE_EDITING_HOCUSPOCUS_URL=wss://${PULLPREVIEW_PUBLIC_DNS}
71
72
worker:
73
<<: *defaults
74
command: "./docker/prod/worker --seed --set attachment_max_size=262144,host_name=${PULLPREVIEW_PUBLIC_DNS}"
75
76
77
+
78
+ hocuspocus:
79
+ image: openproject/hocuspocus:main-defdb238
80
81
+ networks:
82
+ - frontend
83
+ - backend
84
85
+ - ALLOWED_DOMAINS=${PULLPREVIEW_PUBLIC_DNS}
86
+ - NODE_TLS_REJECT_UNAUTHORIZED=0
87
+ expose:
88
+ - "1234"
0 commit comments