-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.override.yml.sample
More file actions
41 lines (38 loc) · 2.18 KB
/
docker-compose.override.yml.sample
File metadata and controls
41 lines (38 loc) · 2.18 KB
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
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
-Dtomcat.util.scan.StandardJarScanFilter.jarsToSkip=*
--add-opens java.base/jdk.internal.loader=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
-javaagent:/opt/hotswap/hotswap-agent.jar"
volumes:
- becpg_data:/usr/local/tomcat/data
- /opt/hotswap/hotswap-agent.jar:/opt/hotswap/hotswap-agent.jar:ro
- ./becpg-core/target/classes:/usr/local/tomcat/hotswap-agent/becpg-core/target/classes
- ./becpg-plm/becpg-plm-core/target/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-designer/becpg-designer-core/target/classes:/usr/local/tomcat/hotswap-agent/becpg-designer-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.20.0.1
user: root
ports:
- "8086:8080"