Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.03 KB

File metadata and controls

43 lines (27 loc) · 1.03 KB

Dotcms Single Node (Debug Mode)

A single instance of dotcms running on port 8080. Database: postgres. Debug mode enabled on port 8000

Usage

Environment setup

  1. A local path to license pack must be set here:
- {license_local_path}/license.zip:/data/shared/assets/license.zip
  1. A local path to access data in the instance can be set uncommenting this line:
#- {local_data_path}:/data/shared
  1. A custom starter can be set through this line (uncomment and change the starter url accordingly):
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260629/starter-20260629.zip'

Run an example:

docker-compose up

Shut down instances:

docker-compose down

Important note: ctrl+c does not destroy instances

  1. Configure your IDE enabling remote debugging:

Remote Debugging