Skip to content

Commit b118da0

Browse files
committed
Add signon-app to Whitehall/Mainstream
Whitehall (and Mainstream shortly) will soon need access to Signon to fetch user information about updated content blocks (see alphagov/publisher#2513 and alphagov/whitehall#9754)
1 parent 4edd9a2 commit b118da0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

projects/publisher/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
publisher: bundle-publisher publishing-api link-checker-api
1+
publisher: bundle-publisher publishing-api link-checker-api signon
22
$(GOVUK_DOCKER) run $@-lite bin/rake db:setup
33
$(GOVUK_DOCKER) run $@-lite env RAILS_ENV=test bin/rake db:setup
44
$(GOVUK_DOCKER) run $@-lite yarn

projects/publisher/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ services:
3838
- link-checker-api-app
3939
- publisher-worker
4040
- publisher-css
41+
- signon-app
4142
environment:
4243
MONGODB_URI: "mongodb://mongo-3.6/publisher"
4344
REDIS_URL: redis://publisher-redis
@@ -64,4 +65,4 @@ services:
6465
command: bin/dev worker
6566

6667
publisher-redis:
67-
image: redis
68+
image: redis

projects/whitehall/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
whitehall: bundle-whitehall asset-manager publishing-api
1+
whitehall: bundle-whitehall asset-manager publishing-api signon
22
$(GOVUK_DOCKER) run $@-lite bin/rake db:prepare
33
$(GOVUK_DOCKER) run $@-lite env RAILS_ENV=test bin/rake db:prepare
44
$(GOVUK_DOCKER) run $@-lite yarn

projects/whitehall/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ services:
4242
- asset-manager-app
4343
- publishing-api-app
4444
- whitehall-worker
45+
- signon-app
4546
environment:
4647
GOVUK_PROXY_STATIC_ENABLED: "true"
4748
GOVUK_ASSET_ROOT: "http://asset-manager.dev.gov.uk"
@@ -68,4 +69,4 @@ services:
6869
command: bundle exec sidekiq -C ./config/sidekiq.yml
6970

7071
whitehall-redis:
71-
image: redis
72+
image: redis

0 commit comments

Comments
 (0)