Skip to content

Commit

Permalink
Merge pull request #981 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
tuutti authored Nov 26, 2024
2 parents 20b5ecb + 0ac3bea commit eb9a3a3
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME=helfi-kymp
PROJECT_NAME=liikenne

# Default Docker compose profiles
COMPOSE_PROFILES=search,queue
COMPOSE_PROFILES=search

# OpenShift project name
OC_PROJECT_NAME=hki-kanslia-liikenne-test
Expand Down
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
Loading

0 comments on commit eb9a3a3

Please sign in to comment.