Skip to content

Commit

Permalink
Add worker as a Content Publisher dependency
Browse files Browse the repository at this point in the history
Since alphagov/content-publisher#1522 was
introduced Content Publisher has required a worker to operate normally.
Because of this it is now added as an app dependency.
  • Loading branch information
kevindew committed Jan 6, 2020
1 parent 78e44a2 commit fa8f10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/content-publisher/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
depends_on:
- postgres
- redis
- content-publisher-worker
- publishing-api-app
- asset-manager-app
- nginx-proxy
Expand Down

0 comments on commit fa8f10f

Please sign in to comment.