Skip to content

Commit

Permalink
Add all required env values
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-ali-tw committed Sep 3, 2024
1 parent fd414e8 commit c3501e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions projects/smart-answers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,23 @@ services:
expose:
- "3000"
command: bin/rails s --restart

smart-answers-app-live:
<<: *smart-answers
depends_on:
- nginx-proxy
- publishing-api-app
- static-app
- content-store-app
- whitehall-app
environment:
GOVUK_PROXY_STATIC_ENABLED: "true"
VIRTUAL_HOST: smart-answers.dev.gov.uk
GOVUK_APP_DOMAIN: www.gov.uk
GOVUK_WEBSITE_ROOT: https://www.gov.uk
PLEK_SERVICE_CONTENT_STORE_URI: https://www.gov.uk/api
PLEK_SERVICE_STATIC_URI: https://assets.publishing.service.gov.uk
BINDING: 0.0.0.0
expose:
- "3000"
command: bin/rails s --restart

0 comments on commit c3501e8

Please sign in to comment.