Update dev hocuspocus compose image version and env (#22019)

* Remove deprecated `ALLOWED_DOMAINS`
* Point to `openproject/hocuspocus:dev-lates` by default
This commit is contained in:
Kabiru Mwenja
2026-03-10 22:00:14 +03:00
committed by GitHub
parent addb6bc5f6
commit 338bb59e6c
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -2,7 +2,7 @@ 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: openproject/hocuspocus:latest
image: openproject/hocuspocus:dev-latest
labels:
- "traefik.enable=true"
- "traefik.http.routers.hocuspocus.rule=Host(`hocuspocus.${OPENPROJECT_DOCKER_DEV_TLD:-local}`)"
@@ -14,7 +14,6 @@ services:
networks:
- gateway
environment:
- ALLOWED_DOMAINS=openproject.${OPENPROJECT_DOCKER_DEV_TLD:-local},localhost
- NODE_TLS_REJECT_UNAUTHORIZED=0
- SECRET=secret12345
networks: