Skip to content

Commit

Permalink
Add a draft content store
Browse files Browse the repository at this point in the history
This will allow us to easily run a draft version of the content store
locally
  • Loading branch information
pezholio committed Nov 26, 2024
1 parent 8cbb253 commit 4c3175e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ services:
- content-data-admin.dev.gov.uk
- content-store.dev.gov.uk
- content-tagger.dev.gov.uk
- draft-content-store.dev.gov.uk
- draft-origin.dev.gov.uk
- draft-router.dev.gov.uk
- email-alert-api.dev.gov.uk
Expand Down
7 changes: 7 additions & 0 deletions projects/content-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ services:
expose:
- "3000"
command: bin/rails s --restart

content-store-app-draft:
<<: *content-store-app
environment:
VIRTUAL_HOST: draft-content-store.dev.gov.uk
DATABASE_URL: "postgresql://postgres@postgres-13/draft-content-store"
BINDING: 0.0.0.0

0 comments on commit 4c3175e

Please sign in to comment.