From 6895da13e2a68520385aeaa498433fedbaa0f76d Mon Sep 17 00:00:00 2001 From: ksuess Date: Tue, 12 Jul 2022 13:08:18 +0200 Subject: [PATCH] Update docker-compose.yml: add profile rohberg.elasticsearchblocks:testing with field for aggregation: informationtype --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 779b57a8..3cc09034 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: # plone.app.robotframework ZSERVER_HOST: "0.0.0.0" ZSERVER_PORT: "55001" - APPLY_PROFILES: "plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default-homepage" + APPLY_PROFILES: "plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default-homepage, rohberg.elasticsearchblocks:testing" INSTALL_PRODUCTS: "collective.elastic.plone collective.elastic.ingest" # plone-backend docker image ADDONS: "plone.app.robotframework==2.0.0a6 plone.app.testing==7.0.0a3 plone.app.contenttypes plone.restapi plone.volto redis"