File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- whitehall : bundle-whitehall asset-manager publishing-api signon
1+ whitehall : bundle-whitehall asset-manager link-checker-api 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
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ services:
4040 - whitehall-redis
4141 - nginx-proxy
4242 - asset-manager-app
43+ - link-checker-api-app
4344 - publishing-api-app
4445 - whitehall-worker
4546 - signon-app
@@ -62,6 +63,7 @@ services:
6263 - whitehall-redis
6364 - nginx-proxy
6465 - asset-manager-app
66+ - link-checker-api-app
6567 - publishing-api-app
6668 environment :
6769 DATABASE_URL : " mysql2://root:root@mysql-8/whitehall_development"
You can’t perform that action at this time.
0 commit comments