mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user