[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:
Eric Schubert
2022-04-05 10:17:21 +02:00
parent 98f451c302
commit 979129f52c
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -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
-1
View File
@@ -63,7 +63,6 @@ services:
depends_on:
- db
- cache
- worker
worker:
<<: *backend