[chore] fix two issues with docker dev

- set default for OPENPROJECT_EDITION
- fix default path for ckeditor volume
- remove worker service from dependency
pull/10433/head
Eric Schubert 3 years ago
parent 98f451c302
commit 979129f52c
No known key found for this signature in database
GPG Key ID: 1D346C019BD4BAA2
  1. 5
      .env.example
  2. 1
      docker-compose.yml

@ -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

Loading…
Cancel
Save