Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti authored and github-actions[bot] committed Nov 26, 2024
1 parent 20b5ecb commit 37bc918
Show file tree
Hide file tree
Showing 19 changed files with 129 additions and 101 deletions.
5 changes: 2 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,12 @@ services:
- search
artemis:
container_name: "${COMPOSE_PROJECT_NAME}-artemis"
image: quay.io/artemiscloud/activemq-artemis-broker
environment:
AMQ_EXTRA_ARGS: "--user admin --password admin"
image: apache/activemq-artemis
depends_on:
- app
networks:
- internal
- stonehenge-network
profiles:
- queue
chromium:
Expand Down
126 changes: 62 additions & 64 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 12
Expand Down
4 changes: 2 additions & 2 deletions conf/cmi/search_api.index.districts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies:
- field.storage.node.field_subdistricts
- search_api.server.elastic_kymp
module:
- node
- helfi_react_search
- media
- search_api
- node
id: districts
name: Districts
description: ''
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/search_api.index.districts_for_filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
config:
- search_api.server.elastic_kymp
module:
- helfi_react_search
- node
- search_api
id: districts_for_filters
name: 'Districts for filters'
description: 'Districts to be used for search filters.'
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/search_api.index.project_phases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
config:
- search_api.server.elastic_kymp
module:
- helfi_react_search
- taxonomy
- search_api
id: project_phases
name: 'Project phases'
description: 'Project phases from taxonomy to be used for search filters.'
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/search_api.index.project_themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
config:
- search_api.server.elastic_kymp
module:
- helfi_react_search
- taxonomy
- search_api
id: project_themes
name: 'Project themes'
description: 'Project themes from taxonomy to be used for search filters.'
Expand Down
Loading

0 comments on commit 37bc918

Please sign in to comment.