Skip to content

Commit

Permalink
Add ALLOW_LOCAL_CONTENT_ITEM_OVERRIDE=true to all frontend apps excep…
Browse files Browse the repository at this point in the history
…t -lite
  • Loading branch information
KludgeKML committed Nov 18, 2024
1 parent d0dfb16 commit 3ab2d06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
- router-app
- static-app
environment:
ALLOW_LOCAL_CONTENT_ITEM_OVERRIDE: "true"
VIRTUAL_HOST: frontend.dev.gov.uk
BINDING: 0.0.0.0
expose:
Expand All @@ -41,6 +42,7 @@ services:
- account-api-app-live
- nginx-proxy
environment:
ALLOW_LOCAL_CONTENT_ITEM_OVERRIDE: "true"
GOVUK_WEBSITE_ROOT: https://www.gov.uk
GOVUK_PROXY_STATIC_ENABLED: "true"
PLEK_SERVICE_CONTENT_STORE_URI: https://www.gov.uk/api
Expand All @@ -54,6 +56,7 @@ services:
- account-api-app-live
- nginx-proxy
environment:
ALLOW_LOCAL_CONTENT_ITEM_OVERRIDE: "true"
GOVUK_WEBSITE_ROOT: https://www.gov.uk
GOVUK_PROXY_STATIC_ENABLED: "true"
#ASSET_MANAGER_BEARER_TOKEN: <get an asset manager token from https://signon.integration.publishing.service.gov.uk/api_users>
Expand Down

0 comments on commit 3ab2d06

Please sign in to comment.