comparison docker/docker-compose.yml @ 9764:b5d4cb088737 3.2.x

Add named volume for DEM data
author Tom Gottfried <tom@intevation.de>
date Thu, 12 Jan 2023 13:11:24 +0100
parents 9bbb29142ddb
children a1399209b0d6
comparison
equal deleted inserted replaced
9763:ce7c67445cbb 9764:b5d4cb088737
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 - dgm-data:/opt/d4e-river/dgm
24 # Uncomment to enable remote debugging from anywhere (caution: security risk!) 25 # Uncomment to enable remote debugging from anywhere (caution: security risk!)
25 # environment: 26 # environment:
26 # - JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8787 27 # - JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8787
27 # ports: 28 # ports:
28 # - 8787:8787 29 # - 8787:8787
72 networks: 73 networks:
73 d4e_river: 74 d4e_river:
74 name: d4e_river 75 name: d4e_river
75 volumes: 76 volumes:
76 artifacts-data: 77 artifacts-data:
78 dgm-data:
77 wiki-data: 79 wiki-data:

http://dive4elements.wald.intevation.org