Skip to content

Commit dbf8e51

Browse files
committed
Remove content-block-manager-full
This was always a convenience service to run all services needed to run the whole stack, but caused some issues when using RubyMine and Docker together, so let’s bin it off (I think it’s only me that uses it anyway!) I’ll update the app itself to add a convenience script to run the full stack.
1 parent 86076f4 commit dbf8e51

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

projects/content-block-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
content-block-manager: bundle-content-block-manager publishing-api signon frontend government-frontend whitehall publisher
1+
content-block-manager: bundle-content-block-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/content-block-manager/docker-compose.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ services:
5151
- "3000"
5252
command: bin/dev
5353

54-
# Run the app with Whitehall, Mainstream and both frontend apps running
55-
content-block-manager-full:
56-
<<: *content-block-manager-app
57-
depends_on:
58-
- postgres-17
59-
- content-block-manager-redis
60-
- nginx-proxy
61-
- publishing-api-app
62-
- content-block-manager-worker
63-
- signon-app
64-
- whitehall-app
65-
- publisher-app
66-
- frontend-app
67-
- government-frontend-app
68-
6954
content-block-manager-worker:
7055
<<: *content-block-manager
7156
depends_on:

0 commit comments

Comments
 (0)