Mercurial > dive4elements > river
comparison docker/docker-compose.yml @ 9760:9bbb29142ddb 3.2.x
Give hints for remote debugging artifact server
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 10 Nov 2022 15:42:16 +0100 |
parents | 0834c2591e14 |
children | b5d4cb088737 |
comparison
equal
deleted
inserted
replaced
9759:a83029cc7e6a | 9760:9bbb29142ddb |
---|---|
19 depends_on: | 19 depends_on: |
20 - db | 20 - db |
21 volumes: | 21 volumes: |
22 - ../artifacts/doc/conf:/opt/d4e/bin/conf | 22 - ../artifacts/doc/conf:/opt/d4e/bin/conf |
23 - artifacts-data:/opt/d4e/bin/artifacts-data | 23 - artifacts-data:/opt/d4e/bin/artifacts-data |
24 # Uncomment to enable remote debugging from anywhere (caution: security risk!) | |
25 # environment: | |
26 # - JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8787 | |
27 # ports: | |
28 # - 8787:8787 | |
24 mapserv: | 29 mapserv: |
25 container_name: "d4eriver-mapserv" | 30 container_name: "d4eriver-mapserv" |
26 build: | 31 build: |
27 context: ./ | 32 context: ./ |
28 dockerfile: ./Dockerfile.mapserv | 33 dockerfile: ./Dockerfile.mapserv |