Skip to content

Commit

Permalink
Add Integration version for content-data-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Jul 3, 2023
1 parent c165089 commit f86eab7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/content-data-admin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,16 @@ services:
DATABASE_URL: "postgresql://postgres@postgres-13/content-data-admin"
VIRTUAL_HOST: content-data-admin.dev.gov.uk
BINDING: 0.0.0.0

content-data-admin-app-integration:
<<: *content-data-admin-app
depends_on:
- content-data-api-app
- nginx-proxy
- postgres-13
environment:
DATABASE_URL: "postgresql://postgres@postgres-13/content-data-admin"
VIRTUAL_HOST: content-data-admin.dev.gov.uk
#CONTENT_DATA_API_BEARER_TOKEN: <get a content-data-api token from https://signon.integration.publishing.service.gov.uk/api_users>
PLEK_SERVICE_CONTENT_DATA_API_URI: "https://content-data-api.integration.publishing.service.gov.uk"
BINDING: 0.0.0.0

0 comments on commit f86eab7

Please sign in to comment.