Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 786 Bytes

File metadata and controls

39 lines (25 loc) · 786 Bytes

Dotcms Single Node

A single instance of dotcms running on port 8080. Database: postgres

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