From 278f164320d53f31d5b84499f4fe63df48ba76de Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Wed, 29 Jul 2026 10:46:47 +0200 Subject: [PATCH] feat: remove unused ports and un used hosts --- .envs-hosts | 7 ------- docker-compose.yml | 4 +--- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.envs-hosts b/.envs-hosts index 04d8537..c71304d 100644 --- a/.envs-hosts +++ b/.envs-hosts @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 3ecb075..28012c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -159,7 +159,7 @@ 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: @@ -167,8 +167,6 @@ services: - .envs-database-georchestra - .envs-elastic restart: always - ports: - - "5005:5005" datahub: image: geonetwork/geonetwork-ui-datahub:latest