Skip to content

Commit

Permalink
Remove georchestra analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Jul 15, 2024
1 parent 7c4e381 commit 9fb77c7
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
condition: service_completed_successfully
environment:
- DEBUG=yes
- SUBST_FILES=/etc/georchestra/security-proxy/targets-mapping.properties /etc/georchestra/datafeeder/frontend-config.json /etc/georchestra/datafeeder/metadata_* /etc/georchestra/geonetwork/microservices/ogc-api-records/config.yml
- SUBST_FILES=/etc/georchestra/datafeeder/frontend-config.json /etc/georchestra/datafeeder/metadata_* /etc/georchestra/geonetwork/microservices/ogc-api-records/config.yml
env_file:
- .envs-common
- .envs-hosts
Expand Down Expand Up @@ -239,26 +239,6 @@ services:
- georchestra_datadir:/etc/georchestra
restart: always

analytics:
image: georchestra/analytics:latest
healthcheck:
test: ["CMD-SHELL", "curl -s -f http://localhost:8080/analytics/ >/dev/null || exit 1"]
interval: 30s
timeout: 10s
retries: 10
depends_on:
database:
condition: service_healthy
volumes:
- georchestra_datadir:/etc/georchestra
environment:
- JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF
- XMS=256M
- XMX=1G
env_file:
- .envs-database-georchestra
restart: always

mapstore:
image: georchestra/mapstore:latest
healthcheck:
Expand Down

0 comments on commit 9fb77c7

Please sign in to comment.