Skip to content

Commit 2f2bb08

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 2f2bb08

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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/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)