File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,21 @@ services:
22
22
environment : [ TZ=US/Central ]
23
23
hostname : AlmaLinux # https://stackoverflow.com/a/63291253/1801749
24
24
build : 11.2.1
25
+ heprapp : # docker compose run --rm heprapp
26
+ command : /usr/bin/hv # launch HepRApp
27
+ image : physino/heprapp # https://hub.docker.com/r/physino/heprapp
28
+ profiles : [ "heprapp" ]
29
+ environment :
30
+ - DISPLAY=host.docker.internal:0.0
31
+ extra_hosts :
32
+ - " host.docker.internal:host-gateway"
33
+ volumes :
34
+ - /tmp/.X11-unix:/tmp/.X11-unix
35
+ - .:/root/geant4
36
+ # https://github.com/microsoft/WSL/issues/5339#issuecomment-1125709672
37
+ # https://docs.docker.com/compose/compose-file/#sysctls
38
+ sysctls :
39
+ - net.ipv4.tcp_keepalive_intvl=60
40
+ - net.ipv4.tcp_keepalive_probes=5
41
+ - net.ipv4.tcp_keepalive_time=300
42
+
You can’t perform that action at this time.
0 commit comments