Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #644

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ services:
- "traefik.http.services.nginx.loadbalancer.server.port=8080"
- "traefik.http.routers.nginx.tls=true"
- "traefik.docker.network=stonehenge-network"
- "traefik.http.middlewares.cors-header.headers.accesscontrolallowmethods=GET,OPTIONS,POST"
- "traefik.http.middlewares.cors-header.headers.accesscontrolallowheaders=*"
- "traefik.http.middlewares.cors-header.headers.accesscontrolalloworiginlist=*"
- "traefik.http.middlewares.cors-header.headers.accesscontrolmaxage=100"
- "traefik.http.middlewares.cors-header.headers.addvaryheader=true"
- "traefik.http.routers.nginx.middlewares=cors-header"
depends_on:
- elastic
profiles:
Expand Down
66 changes: 33 additions & 33 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 @@ -5,7 +5,7 @@ dependencies:
config:
- node.type.announcement
_core:
default_config_hash: Dssk6_3sRlJ0urINRbHmfK7WCXlc3hHp1hVsZlAEv1w
default_config_hash: D2NSbMpN6bvWedxYXjiaLyxJ75VF9BpX3Se7DAPEs-o
id: node.announcement.promote
field_name: promote
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
config:
- node.type.announcement
_core:
default_config_hash: r22i8pbP859SWpdwmCB98aKCb1vHeMgmdBWNOsS_az0
default_config_hash: R3niw3Nz1u8dG1f6SvWkLE2s6sZijZo7SM0KKqfQX3U
id: node.announcement.status
field_name: status
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
config:
- node.type.announcement
_core:
default_config_hash: v0rg9ztfYRnKz2PXAcGD_Q52rTcPbwqaZLw3tXWd4rM
default_config_hash: quT0ukX0qoC-tZdXznzL15peakfXQ7GYM0MGmFxh-pA
id: node.announcement.title
field_name: title
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- select2
- text
_core:
default_config_hash: 0ewsu2ZhpNhAo4t7wkUgEa9ABQAkcsF7IXtR-kFeDUg
default_config_hash: qqQi0rDViTGi7MGzX_kBdLCh98Fa5KYWqDcNxHrl8gs
id: node.announcement.default
targetEntityType: node
bundle: announcement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- paragraphs
- telephone
_core:
default_config_hash: x5bpTMOF34jWh_MqPyiP2618Yr5g6KheOGUq5eud2QM
default_config_hash: 2fg4jQrKOkMM-2FA9Rr6hYBXxtU9NVZNa2Gsy0eALnk
id: paragraph.contact_card.default
targetEntityType: paragraph
bundle: contact_card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- paragraphs
- text
_core:
default_config_hash: sPm2P2zYUuVEU5UQbnL2ROTmL0jWzUI3IUw6bgFGzj8
default_config_hash: 6UAF8Xo1cGIMeGvuto1CsviXZv9bM5TyzySNPwKmqDg
id: paragraph.contact_card_listing.default
targetEntityType: paragraph
bundle: contact_card_listing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- hdbt_admin_tools
- link
_core:
default_config_hash: BzfvGsHIC_c0aNhpt5fjgtz76eqpJy7Q8UpK7Rdebso
default_config_hash: 9cHPe-6B9QVqhtw7PEphvzDiAxto678Cm5TZhSjGQh0
id: paragraph.social_media_link.default
targetEntityType: paragraph
bundle: social_media_link
Expand Down
Loading