Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .envs-hosts
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
ANALYTICS_HOST=analytics
CAS_HOST=cas
CONSOLE_HOST=console
GEONETWORK_HOST=geonetwork
GEOSERVER_HOST=geoserver
HEADER_HOST=header
GEOWEBCACHE_HOST=geowebcache
MAPSTORE_HOST=mapstore
DATAFEEDER_HOST=datafeeder
IMPORT_HOST=import
DATAHUB_HOST=datahub
OGC_API_RECORDS_HOST=ogc-api-records
KB_HOST=kibana
KB_PORT=5601
ES_HOST=elasticsearch
ES_PORT=9200
DATA_API_HOST=data-api

# needed for geonetwork entrypoint DO NOT REMOVE
CONSOLE_URL=http://${CONSOLE_HOST}:8080
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,14 @@ services:
- georchestra_datadir:/etc/georchestra
- geonetwork_datadir:/mnt/geonetwork_datadir
environment:
- JAVA_OPTIONS=-Duser.home=/tmp/jetty -Dgeorchestra.datadir=/etc/georchestra -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF
- JAVA_OPTIONS=-Duser.home=/tmp/jetty -Dgeorchestra.datadir=/etc/georchestra -Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF
- XMS=256M
- XMX=6G
env_file:
- .envs-hosts
- .envs-database-georchestra
- .envs-elastic
restart: always
ports:
- "5005:5005"

datahub:
image: geonetwork/geonetwork-ui-datahub:latest
Expand Down