Project

General

Profile

« Previous | Next » 

Revision 35066a11

Added by Andreas Kohlbecker over 5 years ago

ref #6522 cleaning up docker config files

View differences:

src/main/docker/production/cdm-server-dev.env
7 7
# The commented ENV variables below show the default values as example!
8 8
##########################################################################
9 9

  
10
###
11
# The name of the docker container in RUN mode
12
#NAME=cdmserver
13

  
14
###
15
# Description of the docker container in RUN mode
16
#DESC="CDM Server"
17

  
18 10
###
19 11
# The home directory for the cdm-server process. At this location the cdm-server will 
20 12
# create the .cdmLibrary folder which will contain per instance configurations,
......
35 27
###
36 28
# Alternative options for the JVM
37 29
# You MUST NOT use any of: -Xmx, XX:+UseG1GC -XX:ParallelGCThreads, -XX:ConcGCThreads=, -Duser.home
38
# since these are managed internally in the container
30
# since these are managed internally in the container. 
31
# To set the heap size:
32
#HEAP_SIZE=1024M
33
# all other options can be set in:
39 34
#JAVA_OPTIONS=-Dspring.profiles.active=remoting
40 35

  
41 36
###

Also available in: Unified diff