mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
[chore] fix two issues with docker dev
- set default for OPENPROJECT_EDITION - fix default path for ckeditor volume - remove worker service from dependency
This commit is contained in:
+4
-1
@@ -35,11 +35,14 @@ LOCAL_DEV_CHECK=1
|
||||
|
||||
# Set this to your ckeditor build output directory (which includes ckeditor.js) if you
|
||||
# want to develop ckeditor locally.
|
||||
CKEDITOR_BUILD_DIR=frontend/src/vendor/ckeditor/
|
||||
CKEDITOR_BUILD_DIR=./frontend/src/vendor/ckeditor/
|
||||
|
||||
# This is the host from which you will be accessing the development servers locally
|
||||
PUBLIC_HOST=localhost
|
||||
|
||||
# Select edition from: ['standard','bim']
|
||||
OPENPROJECT_EDITION=standard
|
||||
|
||||
HOST=0.0.0.0
|
||||
PORT=1337
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
- cache
|
||||
- worker
|
||||
|
||||
worker:
|
||||
<<: *backend
|
||||
|
||||
Reference in New Issue
Block a user