-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.override.yml.sample
59 lines (56 loc) · 3.44 KB
/
docker-compose.override.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
services:
becpg:
environment:
CATALINA_OPTS: "-Xmx4G -Duser.language=fr -Duser.country=FR
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8888
-Dcom.sun.management.jmxremote.rmi.port=9091
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=9091
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.local.only=false
-Djava.rmi.server.hostname=127.0.0.1
# --XXaltjvm=dcevm -javaagent:/usr/java/jbr_jcef-17.0.10-linux-x64-b1207.14/lib/hotswap/hotswap-agent.jar
# -XX:+AllowEnhancedClassRedefinition -XX:HotswapAgent=fatjar
# --add-opens=java.base/java.lang=ALL-UNNAMED
# --add-opens=java.base/java.lang.invoke=ALL-UNNAMED
# --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
# --add-opens=java.base/java.io=ALL-UNNAMED
# --add-opens=java.base/java.net=ALL-UNNAMED
# --add-opens=java.base/java.nio=ALL-UNNAMED
# --add-opens=java.base/java.util=ALL-UNNAMED
# --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
# --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED
# --add-opens=java.base/sun.nio.ch=ALL-UNNAMED
# --add-opens=java.base/sun.nio.cs=ALL-UNNAMED
# --add-opens=java.base/sun.security.action=ALL-UNNAMED
# --add-opens=java.base/sun.util.calendar=ALL-UNNAMED
# --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED"
# JAVA_HOME : "/usr/lib/jvm/java"
# CATALINA_OPTS: "-Xmx4G -Duser.language=fr -Duser.country=FR
# -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8888
# -XX:+FlightRecorder
# -Dcom.sun.management.jmxremote.rmi.port=9091
# -Dcom.sun.management.jmxremote=true
# -Dcom.sun.management.jmxremote.port=9091
# -Dcom.sun.management.jmxremote.ssl=false
# -Dcom.sun.management.jmxremote.authenticate=false
# -Dcom.sun.management.jmxremote.local.only=false
# -Djava.rmi.server.hostname=127.0.0.1"
volumes:
- becpg_data:/usr/local/tomcat/data
- ../../becpg-core/target/classes:/usr/local/tomcat/hotswap-agent/becpg-core/target/classes
- ../../becpg-plm/becpg-plm-core/targeta/classes:/usr/local/tomcat/hotswap-agent/becpg-plm-core/target/classes
- ../../becpg-project/becpg-project-core/target/classes:/usr/local/tomcat/hotswap-agent/becpg-project-core/target/classes
- ../../becpg-integration-runner/target/test-classes:/usr/local/tomcat/hotswap-agent/becpg-integration-runner/target/test-classes
# busybox-chown:
# image: busybox
# volumes:
# - becpg_data:/data2
# - becpg_share_data:/data1
# command: sh -c "chown -R 33000:1000 /data1 && chown -R alfresco:alfresco /data2"
becpg-report:
image: europe-west1-docker.pkg.dev/becpg-314807/becpg-docker/becpg-report:4.4.0
user: root
ports:
- "8086:8080"