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 a4dc0cf
Showing 1 changed file with 7 additions and 0 deletions.
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 a4dc0cf

Please sign in to comment.